Skip to content

Commit

Permalink
Merge pull request #244 from hunner/debian_defaults
Browse files Browse the repository at this point in the history
Update to debian wheezy defaults
  • Loading branch information
Morgan Haskel committed Feb 25, 2015
2 parents 73d0214 + 8dca188 commit e4c2072
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions manifests/params.pp
Original file line number Diff line number Diff line change
Expand Up @@ -70,10 +70,10 @@
$driftfile = $default_driftfile
$package_name = $default_package_name
$restrict = [
'default kod nomodify notrap nopeer noquery',
'-4 kod nomodify notrap nopeer noquery',
'-6 default kod nomodify notrap nopeer noquery',
'127.0.0.1',
'-6 ::1',
'::1',
]
$service_name = 'ntp'
$iburst_enable = true
Expand Down

0 comments on commit e4c2072

Please sign in to comment.