- add ntp client and server class - add ntp server role - update hiera.yaml to work with enc_role - cleanup base profile
7 lines
152 B
Puppet
7 lines
152 B
Puppet
# a role to deploy a ntp server
|
|
class roles::infra::ntpserver {
|
|
include profiles::defaults
|
|
include profiles::base
|
|
include profiles::ntp::server
|
|
}
|