Skip to content

Instantly share code, notes, and snippets.

@b4ldr
Created September 19, 2019 10:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save b4ldr/929bec6860f1a3da0c457a72b13cf95b to your computer and use it in GitHub Desktop.
Save b4ldr/929bec6860f1a3da0c457a72b13cf95b to your computer and use it in GitHub Desktop.
package { ['foo', 'bar', 'baz']:
ensure => installed,
before => File['/etc/foo.conf']
}
file{'/etc/foo.conf':
ensure => file,
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment