diff options
author | varac <varacanero@zeromail.org> | 2012-10-11 19:49:48 +0200 |
---|---|---|
committer | varac <varacanero@zeromail.org> | 2012-10-11 19:49:48 +0200 |
commit | 9fc9b19057fcf322e8d3fcaead0032859f873f53 (patch) | |
tree | 2feb6ba5c2137412cba7e54420c0bb962c565482 /puppet/manifests/site.pp | |
parent | a3cd8ac7a637111281f32d6ed5c8e856fe5be973 (diff) |
renamed hiera keys to work with leap_cli
Diffstat (limited to 'puppet/manifests/site.pp')
-rw-r--r-- | puppet/manifests/site.pp | 2 |
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 } |