Created
June 4, 2014 14:15
-
-
Save WhatsARanjit/f0c4c33e6970b113aa65 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ 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