projects
/
mirror
/
dsa-puppet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
12332fb
)
Fix previous commit
author
Aurelien Jarno
<aurelien@aurel32.net>
Thu, 20 Apr 2017 16:25:34 +0000
(18:25 +0200)
committer
Aurelien Jarno
<aurelien@aurel32.net>
Thu, 20 Apr 2017 16:25:34 +0000
(18:25 +0200)
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
modules/ferm/manifests/per_host.pp
patch
|
blob
|
history
diff --git
a/modules/ferm/manifests/per_host.pp
b/modules/ferm/manifests/per_host.pp
index
d6c4343
..
952f52a
100644
(file)
--- a/
modules/ferm/manifests/per_host.pp
+++ b/
modules/ferm/manifests/per_host.pp
@@
-3,8
+3,8
@@
class ferm::per_host {
include ferm::zivit
}
- if (
scope.lookupvar('site::nodeinfo')['hoster']['name']
== "aql") {
- include ferm::aq
+ if (
getfromhash($site::nodeinfo, 'hoster', 'name')
== "aql") {
+ include ferm::aq
l
}
case $::hostname {