include nodo::utils::physical
include nodo::utils::storage::crypto
- nodo::subsystem::monkeysphere { "${::hostname}": }
+ # Monkeysphere is currently unavailable
+ #nodo::subsystem::monkeysphere { "${::hostname}": }
# Firewall
class { 'firewall': }
include nodo::subsystem::sysctl
include nodo::subsystem::resolver
- nodo::subsystem::monkeysphere { "${::hostname}": }
+ # Monkeysphere is currently unavailable
+ #nodo::subsystem::monkeysphere { "${::hostname}": }
class { [ 'ntp::ntpdate', 'firewall' ]: }
include nodo::utils::physical
include nodo::utils::storage::archive
- nodo::subsystem::monkeysphere { "${::hostname}": }
+ # Monkeysphere is currently unavailable
+ #nodo::subsystem::monkeysphere { "${::hostname}": }
class { [ 'firewall', 'ntp::ntpdate' ]: }
dohwinfo => false,
}
- nodo::subsystem::monkeysphere { "${::hostname}":
- port => lookup('nodo::virtual::ssh_port', undef, undef, '22'),
- }
+ # Monkeysphere is currently unavailable
+ #nodo::subsystem::monkeysphere { "${::hostname}":
+ # port => lookup('nodo::virtual::ssh_port', undef, undef, '22'),
+ #}
}
port => $port,
}
- # TODO
- # Currently we don't have a defined policy regarding whether
- # to publish all our node keys to public keyservers, so leave
- # automatic publishing disabled for now.
- #monkeysphere::publish_server_keys { }
+ # Currently we don't have a defined policy regarding whether to publish all
+ # our node keys to public keyservers, so leave automatic publishing disabled
+ # for now.
+ #monkeysphere::publish_server_keys { }
# Email the server key
monkeysphere::email_server_keys { "$mail_recipient":