Skip to content

Instantly share code, notes, and snippets.

@b4ldr
Last active February 9, 2018 17:07
Show Gist options
  • Select an option

  • Save b4ldr/db7427d066877d692eb08c997f70445f to your computer and use it in GitHub Desktop.

Select an option

Save b4ldr/db7427d066877d692eb08c997f70445f to your computer and use it in GitHub Desktop.
bad puppet
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