I'm seeing some idempotence issues around enabling services in Puppet 3.7.4 
on Ubuntu 12.04:

root@ubuntu-server-1204-x64:~# puppet resource service ntp enable=true
Notice: /Service[ntp]/enable: enable changed 'false' to 'true'
service { 'ntp':
  ensure => 'running',
  enable => 'false',
}
root@ubuntu-server-1204-x64:~# puppet resource service ntp enable=true
Notice: /Service[ntp]/enable: enable changed 'false' to 'true'
service { 'ntp':
  ensure => 'running',
  enable => 'false',
}


Does this Ubuntu version require a custom (read as: non-upstart) provider? 

-- Corey

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to puppet-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/puppet-users/41473df1-79a9-4a72-9dbc-7c5eccc08bed%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to