diff options
Diffstat (limited to 'manifests/subsystems/hosts.pp')
-rw-r--r-- | manifests/subsystems/hosts.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/subsystems/hosts.pp b/manifests/subsystems/hosts.pp index be3d405..e1833ea 100644 --- a/manifests/subsystems/hosts.pp +++ b/manifests/subsystems/hosts.pp @@ -8,7 +8,7 @@ class hosts { owner => root, group => root, mode => 0640, - source => "puppet:///modules/site-nodo/hosts/$fqdn", + source => "puppet:///modules/site_nodo/hosts/$fqdn", } } default: { |