blob: 2ef90654b40b780d1fcb16f4cfd66c0cbc4f5ea7 (
plain)
| 1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
 | class nodo::base::plug {
  include nodo::utils::plug
  include nodo::utils::physical
  include nodo::subsystem::sysctl
  include nodo::subsystem::resolver
  nodo::subsystem::monkeysphere { "${::hostname}": }
  class { [ 'ntp::ntpdate', 'firewall' ]: }
  # Backup
  backupninja::sys { "sys":
    ensure     => present,
  }
}
 |