summaryrefslogtreecommitdiff
path: root/files
diff options
context:
space:
mode:
authorVarac <varac@leap.se>2017-08-25 10:27:10 +0200
committerVarac <varac@leap.se>2017-08-25 10:27:10 +0200
commit35e11e3c9b2ce4f7fce2cd68e870cff855d6e065 (patch)
tree2b8db5e6337810c3ca556f27c8064e1ba6f50a22 /files
parentf6826de6b2345dbef9008a114e653a9cb80038b3 (diff)
Remove pixelated config
Diffstat (limited to 'files')
-rw-r--r--files/puppet/modules/custom/manifests/init.pp3
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
- }
}