summaryrefslogtreecommitdiff
path: root/puppet/manifests
diff options
context:
space:
mode:
authorMicah Anderson <micah@leap.se>2013-11-20 13:13:36 -0500
committerMicah Anderson <micah@leap.se>2013-11-27 14:48:00 -0500
commit69e626d819317ce977007571714dd7a2f1235492 (patch)
treede0bd001ad5e07572f8ce8154940eaf988b46401 /puppet/manifests
parent92d68c912d0de44ec9e88f7327303cc0fce7114b (diff)
initial tapicero configuration
Change-Id: Ie53b09df0758ba01b30ed658bee04682bc180b01
Diffstat (limited to 'puppet/manifests')
-rw-r--r--puppet/manifests/site.pp1
1 files changed, 1 insertions, 0 deletions
diff --git a/puppet/manifests/site.pp b/puppet/manifests/site.pp
index 9f5d82d8..def0a642 100644
--- a/puppet/manifests/site.pp
+++ b/puppet/manifests/site.pp
@@ -14,6 +14,7 @@ if $services =~ /\bopenvpn\b/ {
if $services =~ /\bcouchdb\b/ {
include site_couchdb
+ include tapicero
}
if $services =~ /\bwebapp\b/ {