Added per fqdn source for vsroom/config.json
This commit is contained in:
parent
1b2d597281
commit
19f1de18d4
1 changed files with 2 additions and 1 deletions
|
@ -76,7 +76,8 @@ class vsroom {
|
||||||
mode => 0644,
|
mode => 0644,
|
||||||
owner => "root",
|
owner => "root",
|
||||||
group => "root",
|
group => "root",
|
||||||
source => [ "puppet:///files/vsroom/config.json",
|
source => [ "puppet:///files/vsroom/config.json.${fqdn}",
|
||||||
|
"puppet:///files/vsroom/config.json",
|
||||||
"puppet:///modules/vsroom/config.json", ],
|
"puppet:///modules/vsroom/config.json", ],
|
||||||
require => Python::Setup::Install["/usr/local/src/vsroom"],
|
require => Python::Setup::Install["/usr/local/src/vsroom"],
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue