blob: 0e107c0fb5a2d2c7274f4548df31b8cfc8ad6c71 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
class nodo::base::virtual {
class { 'ntp::timezone': }
backupninja::sys { "sys":
ensure => present,
partitions => false,
hardware => false,
dosfdisk => false,
dohwinfo => false,
}
nodo::subsystem::monkeysphere { "${::hostname}":
port => lookup('nodo::virtual::ssh_port', undef, undef, '22'),
}
}
|