Newer versions of puppetlabs-ntp don't need the ensure present

This commit is contained in:
R. Tyler Croy 2013-07-20 12:11:44 -07:00
parent 4ef4657d8a
commit 70b886ce2c
1 changed files with 0 additions and 1 deletions

View File

@ -42,7 +42,6 @@ class base {
'packages::ruby'] : ;
'ntp' :
ensure => running,
servers => ['pool.ntp.org iburst'],
autoupdate => true;
}