Skip to content

Instantly share code, notes, and snippets.

@WhatsARanjit
Created June 4, 2014 14:15
Show Gist options
  • Save WhatsARanjit/f0c4c33e6970b113aa65 to your computer and use it in GitHub Desktop.
Save WhatsARanjit/f0c4c33e6970b113aa65 to your computer and use it in GitHub Desktop.
$ puppet resource package httpd ensure= che
purged apache
Notice: /Package[httpd]/ensure: created ├── files
│   └── index.html
package { 'httpd': ├── manifests
ensure => 'absent', │   └── init.pp
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment