summaryrefslogtreecommitdiff
path: root/manifests/inotify.pp
diff options
context:
space:
mode:
authorAntoine Beaupré <anarcat@koumbit.org>2013-01-07 18:01:09 -0500
committerAntoine Beaupré <anarcat@koumbit.org>2013-01-07 18:52:25 -0500
commitee04b392d9e33958b899aff1e2f9faf3620fccba (patch)
treec50097dda761877273074ff558ba2686a931557b /manifests/inotify.pp
parentbf6dd071100eb4283532b59cec5288ed2d3b055b (diff)
split all resources in their own files
Diffstat (limited to 'manifests/inotify.pp')
-rw-r--r--manifests/inotify.pp5
1 files changed, 5 insertions, 0 deletions
diff --git a/manifests/inotify.pp b/manifests/inotify.pp
new file mode 100644
index 0000000..491fb04
--- /dev/null
+++ b/manifests/inotify.pp
@@ -0,0 +1,5 @@
+class reprepro::inotify {
+ package { 'inoticoming':
+ ensure => 'present',
+ }
+}