#
# 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')
# 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'),