summaryrefslogtreecommitdiff
path: root/puppet/manifests
diff options
context:
space:
mode:
authorvarac <varacanero@zeromail.org>2012-10-11 19:49:48 +0200
committervarac <varacanero@zeromail.org>2012-10-11 19:49:48 +0200
commit9fc9b19057fcf322e8d3fcaead0032859f873f53 (patch)
tree2feb6ba5c2137412cba7e54420c0bb962c565482 /puppet/manifests
parenta3cd8ac7a637111281f32d6ed5c8e856fe5be973 (diff)
renamed hiera keys to work with leap_cli
Diffstat (limited to 'puppet/manifests')
-rw-r--r--puppet/manifests/site.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/puppet/manifests/site.pp b/puppet/manifests/site.pp
index 89c97888..d451bdf5 100644
--- a/puppet/manifests/site.pp
+++ b/puppet/manifests/site.pp
@@ -11,7 +11,7 @@ node 'default' {
notice("Services for $fqdn: $services")
# configure eip
- if 'eip' in $services {
+ if 'openvpn' in $services {
include site_config::eip
}