]> gitweb.fluxo.info Git - puppet-nodo.git/commitdiff
Qualifying classes
authorSilvio Rhatto <rhatto@riseup.net>
Sun, 14 Apr 2013 18:16:10 +0000 (15:16 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Sun, 14 Apr 2013 18:16:10 +0000 (15:16 -0300)
manifests/subsystem/apt.pp
manifests/subsystem/sshd.pp

index b3f643d244043ae4b2890176d5664d08d1f8b1c8..fd46f229a9f783842451e5ab07eea1006a1e3bdc 100644 (file)
@@ -2,7 +2,7 @@ class nodo::subsystem::apt {
   #
   # Apt configuration
   #
-  class { 'apt':
+  class { '::apt':
     include_src      => hiera('nodo::subsystem::apt::include_src',      false),
     use_next_release => hiera('nodo::subsystem::apt::use_next_release', false),
     custom_key_dir   => hiera('nodo::subsystem::apt::custom_key_dir',   'puppet:///modules/site_apt/keys.d')
index 80c67475161e854b26d3bc659f57473dcdf6f478..8f875676aff74b8d8d76b50affbef397fc98e102 100644 (file)
@@ -4,7 +4,7 @@ class nodo::subsystem::sshd {
   # We need to restrict listen address by default so multiple
   # instances can live together in the same physical host.
   #
-  class { 'sshd':
+  class { '::sshd':
     manage_nagios           => hiera('nodo::subsystem::sshd::manage_nagios',           false),      
     listen_address          => hiera('nodo::subsystem::sshd::listen_address',          [ "${::ipaddress}", '127.0.0.1' ]),
     password_authentication => hiera('nodo::subsystem::sshd::password_authentication', 'yes'),