Skip to content

Instantly share code, notes, and snippets.

@WhatsARanjit
Created June 4, 2014 15:02
Show Gist options
  • Save WhatsARanjit/1ca4cf4fc9cedf5ceb51 to your computer and use it in GitHub Desktop.
Save WhatsARanjit/1ca4cf4fc9cedf5ceb51 to your computer and use it in GitHub Desktop.
$ puppet resource package httpd ensure=purged
Notice: /Package[httpd]/ensure: created
package { 'httpd':
ensure => 'absent',
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment