Skip to content

Commit e3b9938

Browse files
committed
Merge pull request #93 from senax/aix_params
added AIX parameters
2 parents 2d241a2 + 3f831f9 commit e3b9938

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

manifests/params.pp

+13
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,19 @@
2626
}
2727

2828
case $::osfamily {
29+
'AIX': {
30+
$config = '/etc/ntp.conf'
31+
$keysfile = '/etc/ntp.keys'
32+
$driftfile = '/etc/ntp.drift'
33+
$package_name = [ 'bos.net.tcp.client' ]
34+
$service_name = 'xntpd'
35+
$servers = [
36+
'0.debian.pool.ntp.org iburst',
37+
'1.debian.pool.ntp.org iburst',
38+
'2.debian.pool.ntp.org iburst',
39+
'3.debian.pool.ntp.org iburst',
40+
]
41+
}
2942
'Debian': {
3043
$config = '/etc/ntp.conf'
3144
$keys_file = '/etc/ntp/keys'

0 commit comments

Comments
 (0)