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:
6edb6fb
)
Use fqdn, not hostname
author
Tollef Fog Heen
<tfheen@err.no>
Wed, 1 Jan 2014 14:51:11 +0000
(15:51 +0100)
committer
Tollef Fog Heen
<tfheen@err.no>
Wed, 1 Jan 2014 14:51:11 +0000
(15:51 +0100)
modules/roles/manifests/init.pp
patch
|
blob
|
history
diff --git
a/modules/roles/manifests/init.pp
b/modules/roles/manifests/init.pp
index
1178aa3
..
fe34651
100644
(file)
--- a/
modules/roles/manifests/init.pp
+++ b/
modules/roles/manifests/init.pp
@@
-2,7
+2,7
@@
class roles {
$roles = hiera('roles')
- if $::
hostname
in $roles['puppetmaster'] {
+ if $::
fqdn
in $roles['puppetmaster'] {
include puppetmaster
}