diff --git a/data/Solaris-family.yaml b/data/Solaris-family.yaml new file mode 100644 index 0000000..979b1ce --- /dev/null +++ b/data/Solaris-family.yaml @@ -0,0 +1,11 @@ +ntp::config: '/etc/inet/ntp.conf' +ntp::driftfile: '/var/ntp/ntp.drift' +ntp::keys_file: '/etc/inet/ntp.keys' +ntp::package_name: [ 'service/network/ntp' ] +ntp::restrict: + - 'default kod nomodify notrap nopeer noquery' + - '-6 default kod nomodify notrap nopeer noquery' + - '127.0.0.1' + - '-6 ::1' +ntp::service_name: 'network/ntp' +ntp::iburst_enable: false