Changed remaining fqdn references to homename
This commit is contained in:
parent
74d93dae34
commit
ebde843cc6
17 changed files with 48 additions and 52 deletions
|
@ -48,7 +48,7 @@ class nfs::server {
|
|||
file { "/etc/exports":
|
||||
ensure => present,
|
||||
source => [
|
||||
"puppet:///files/nfs/exports.${::fqdn}",
|
||||
"puppet:///files/nfs/exports.${::homename}",
|
||||
"puppet:///modules/nfs/exports",
|
||||
],
|
||||
mode => "0644",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue