Last active
February 9, 2018 17:07
-
-
Save b4ldr/db7427d066877d692eb08c997f70445f to your computer and use it in GitHub Desktop.
bad puppet
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 {'/tmp/stupid': | |
| ensure => file, | |
| contet => 'im stupid' | |
| } | |
| file {'im doing something stupid stupid': | |
| path => '/tmp/stupid' | |
| contet => 'im more stupid' | |
| ensure => file, | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment