Created
July 23, 2013 22:58
-
-
Save tmtk75/6066901 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
| file {'testfile': | |
| path => '/tmp/a', | |
| ensure => present, | |
| } |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
One of most simplest puppet manifests.
You can run with
puppet apply testfile.pp