Skip to content

Instantly share code, notes, and snippets.

@rodjek
Created August 4, 2012 02:50
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 rodjek/d5158477c146fbd50e1f to your computer and use it in GitHub Desktop.
Save rodjek/d5158477c146fbd50e1f to your computer and use it in GitHub Desktop.
package {
'foo':
ensure => purged;
'bar':
ensure => installed,
require => Package['foo'];
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment