Skip to content

Instantly share code, notes, and snippets.

@cwebberOps
Created March 19, 2014 22:55
Show Gist options
  • Save cwebberOps/9653190 to your computer and use it in GitHub Desktop.
Save cwebberOps/9653190 to your computer and use it in GitHub Desktop.
file {
'/path':
ensure => directory;
'/path/to':
ensure => directory;
'/path/to/file':
ensure => present,
content => template('modulename/file.erb');
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment