summaryrefslogtreecommitdiff
path: root/puppet/manifests
diff options
context:
space:
mode:
authorMicah Anderson <micah@riseup.net>2013-05-21 17:35:20 -0400
committerMicah Anderson <micah@leap.se>2013-07-25 15:07:57 -0400
commit1c9c5a5fec51919a8e9ec14f5fe9b16c538bb4fa (patch)
treedbd74b22f7d76dbdfc518dc2c7bcde0190e47586 /puppet/manifests
parenta1d8ec10bd7d7ac4a146222010cf5a6862e45869 (diff)
initial soledad configuration
Change-Id: I19e91887c3f8e90764b4baef8c5e29e25658e190
Diffstat (limited to 'puppet/manifests')
-rw-r--r--puppet/manifests/site.pp4
1 files changed, 4 insertions, 0 deletions
diff --git a/puppet/manifests/site.pp b/puppet/manifests/site.pp
index 08cbbb9e..bdb57c83 100644
--- a/puppet/manifests/site.pp
+++ b/puppet/manifests/site.pp
@@ -30,6 +30,10 @@ if $services =~ /\bwebapp\b/ {
include site_nickserver
}
+if $services =~ /\bsoledad\b/ {
+ include soledad::server
+}
+
if $services =~ /\bmonitor\b/ {
include site_nagios
}