Skip to content

Instantly share code, notes, and snippets.

@jiripospisil
Created March 6, 2013 17:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jiripospisil/5101141 to your computer and use it in GitHub Desktop.
Save jiripospisil/5101141 to your computer and use it in GitHub Desktop.
file {"/tmp/testfile2/yes":
ensure => present,
content => "well hello there"
}
file {"/tmp/testfile2":
ensure => directory,
mode => 0644
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment