Skip to content
This repository has been archived by the owner on Jun 5, 2020. It is now read-only.

Commit

Permalink
Adding example script
Browse files Browse the repository at this point in the history
Signed-off-by: Luke Kanies <luke@reductivelabs.com>
  • Loading branch information
Luke Kanies committed Mar 10, 2010
1 parent 0dfae12 commit be91951
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions ext/example.pp
@@ -0,0 +1,9 @@
#!/usr/bin/env puppet --verbose

remote_resource { "file exists":
frequency => 1,
timeout => 30,
check => "/bin/ls /tmp/myfile"
}

notify { "File exists": require => Remote_resource["file exists"] }

0 comments on commit be91951

Please sign in to comment.