diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2013-01-26 10:09:54 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2013-01-26 10:09:54 -0200 |
commit | 1d2ab744195e749ee2d032f46da3deae90dd4c99 (patch) | |
tree | f531119dd30e632eab1d953751d9a32357c1d829 /manifests/inotify.pp | |
parent | 2dbc1e9b41f12cbbe1ea7f4dd71f831fb787be8b (diff) | |
download | puppet-reprepro-1d2ab744195e749ee2d032f46da3deae90dd4c99.tar.gz puppet-reprepro-1d2ab744195e749ee2d032f46da3deae90dd4c99.tar.bz2 |
Switching to parametrized classes
Diffstat (limited to 'manifests/inotify.pp')
-rw-r--r-- | manifests/inotify.pp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/manifests/inotify.pp b/manifests/inotify.pp index 816441b..750ea57 100644 --- a/manifests/inotify.pp +++ b/manifests/inotify.pp @@ -1,4 +1,5 @@ -class reprepro::inotify inherits reprepro { +class reprepro::inotify { + case $lsbdistcodename { etch: { package { |