Skip to content

Instantly share code, notes, and snippets.

@gsarjeant
Last active August 29, 2015 14:07
Show Gist options
  • Save gsarjeant/41e4a031705e59995757 to your computer and use it in GitHub Desktop.
Save gsarjeant/41e4a031705e59995757 to your computer and use it in GitHub Desktop.
Basic puppet class for rspec demo
class test {
file { '/tmp/test':
ensure => file,
owner => root,
group => root,
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment