Skip to content

Instantly share code, notes, and snippets.

@robinloxley1
Created May 25, 2014 09:10
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 robinloxley1/7d513eda77bdaf28d72f to your computer and use it in GitHub Desktop.
Save robinloxley1/7d513eda77bdaf28d72f to your computer and use it in GitHub Desktop.
class first {
file {'testfile':
path => '/tmp/testfile',
ensure => present,
mode => 0640,
content => "I'm a test file by guopeng",
}
notify {"so that is it....":
require => File['testfile'],
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment