summaryrefslogtreecommitdiff
path: root/manifests/inotify.pp
diff options
context:
space:
mode:
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',
+ }
+}