summaryrefslogtreecommitdiff
path: root/manifests/init.pp
diff options
context:
space:
mode:
authorMarcel Haerry <haerry@puzzle.ch>2011-08-04 10:48:57 +0200
committerMarcel Haerry <haerry@puzzle.ch>2011-08-04 10:48:57 +0200
commit9b0b698523987b7631478bcf7dc84acf5e0e719c (patch)
tree8d333ebe58802de2bda0e6ccfe94093bebf1b938 /manifests/init.pp
parent447041b01494690975d078776a85f4a3fd4e64fa (diff)
move from concatenated_file to concat
Diffstat (limited to 'manifests/init.pp')
-rw-r--r--manifests/init.pp5
1 files changed, 0 insertions, 5 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
index bae83a4..b015521 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -14,8 +14,3 @@
#
# the port is a parameter so vservers can share
# IP addresses and still be happy
-
-class munin {
- include common::moduledir
- module_dir { [ "munin", "munin/nodes", "munin/plugins" ]: }
-}