summaryrefslogtreecommitdiff
path: root/manifests/inotify.pp
diff options
context:
space:
mode:
authorAntoine Beaupré <anarcat@koumbit.org>2013-01-07 18:35:13 -0500
committerAntoine Beaupré <anarcat@koumbit.org>2013-01-07 18:52:25 -0500
commita3f2d2f0c169bd0fd18c82cc6804bbe483bb736b (patch)
tree1125abedfc11082223b600f71ba3e940c9dae8c7 /manifests/inotify.pp
parent3e9b70157c4b1ce00cd3ace6eeba682bbc4eaf73 (diff)
get rid of the inotify class as this was failing if it wasn't used
Diffstat (limited to 'manifests/inotify.pp')
-rw-r--r--manifests/inotify.pp5
1 files changed, 0 insertions, 5 deletions
diff --git a/manifests/inotify.pp b/manifests/inotify.pp
deleted file mode 100644
index 491fb04..0000000
--- a/manifests/inotify.pp
+++ /dev/null
@@ -1,5 +0,0 @@
-class reprepro::inotify {
- package { 'inoticoming':
- ensure => 'present',
- }
-}