Add base network and ntp profile site and fix the network class

This commit is contained in:
root 2016-09-07 10:40:31 +00:00
parent 7cc5fc6ab5
commit bc482a5151

View File

@ -6,6 +6,10 @@ class profile::base {
servers => [ 'ntp1.corp.com', 'ntp2.corp.com' ],
}
class { 'network':
config_file_notify => '',
}
network::mroute { 'eth0':
routes => {
'192.168.2.0/24' => '192.168.1.1',