diff options
Diffstat (limited to 'files/puppet')
-rw-r--r-- | files/puppet/modules/custom/manifests/init.pp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/files/puppet/modules/custom/manifests/init.pp b/files/puppet/modules/custom/manifests/init.pp index 0a67491..bd3f4e3 100644 --- a/files/puppet/modules/custom/manifests/init.pp +++ b/files/puppet/modules/custom/manifests/init.pp @@ -22,7 +22,4 @@ class custom { include custom_munin_node::openvpn } - if member ( $services, 'pixelated') { - include ::pixelated - } } |