aboutsummaryrefslogtreecommitdiffstats
path: root/deployment/common/manifests/init.pp
diff options
context:
space:
mode:
Diffstat (limited to 'deployment/common/manifests/init.pp')
-rw-r--r--deployment/common/manifests/init.pp5
1 files changed, 5 insertions, 0 deletions
diff --git a/deployment/common/manifests/init.pp b/deployment/common/manifests/init.pp
index 48ce65f1..1502eb75 100644
--- a/deployment/common/manifests/init.pp
+++ b/deployment/common/manifests/init.pp
@@ -99,6 +99,11 @@ class common {
include puppet::client
include xymon::client
+ # provided by lsb-core, but it also pull
+ # various unneeded stuff for our server
+ file { "/srv/":
+ ensure => directory
+ }
}