diff options
author | Antoine Beaupré <anarcat@koumbit.org> | 2013-01-07 19:11:07 -0500 |
---|---|---|
committer | Antoine Beaupré <anarcat@koumbit.org> | 2013-01-07 19:11:07 -0500 |
commit | 1f736f3ef6a2e1878c164427e40b94e03b5befa0 (patch) | |
tree | e84c25d7e7a81b7e92947dbc1446325b3a382275 | |
parent | c6f2c056a4360c976cbb9a0bd5c0d25fa9f44e23 (diff) |
really remove inotify class
-rw-r--r-- | manifests/repository.pp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/manifests/repository.pp b/manifests/repository.pp index 317fbdc..83d081e 100644 --- a/manifests/repository.pp +++ b/manifests/repository.pp @@ -156,10 +156,6 @@ define reprepro::repository ( default => false, } - if $handle_incoming_with_inotify { - include reprepro::inotify - } - if !defined(Package['inoticoming']) { package { 'inoticoming': ensure => $inoticoming_presence, |