(code-)style for file sources
This commit is contained in:
parent
32bee6cf5a
commit
90aee54317
1 changed files with 2 additions and 2 deletions
|
@ -12,7 +12,7 @@ class tinc::base {
|
|||
}
|
||||
|
||||
file{'/etc/tinc':
|
||||
source => "puppet://$server/modules/common/empty",
|
||||
source => "puppet:///modules/common/empty",
|
||||
ensure => directory,
|
||||
# purge => true,
|
||||
recurse => true,
|
||||
|
@ -22,7 +22,7 @@ class tinc::base {
|
|||
}
|
||||
|
||||
file{"/etc/tinc/nets.boot":
|
||||
source => [ "puppet:///modules/site-tinc/netsboot/$fqdn/nets.boot",
|
||||
source => [ "puppet:///modules/site-tinc/netsboot/${fqdn}/nets.boot",
|
||||
"puppet:///modules/site-tinc/netsboot/nets.boot",
|
||||
"puppet:///modules/tinc/netsboot/nets.boot",
|
||||
]
|
||||
|
|
Loading…
Reference in a new issue