Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

vmwaretools::ntp exec resource needs subscribe for refresh to work. #19

Closed
pearcec opened this issue Dec 20, 2013 · 1 comment
Closed
Assignees

Comments

@pearcec
Copy link

pearcec commented Dec 20, 2013

Hi, I tried to get the timesync to kick off. But reading through the code I am fairly certain the "refreshonly" will only work with a subscribe or a notice.

    subscribe   => Package[$::vmwaretools::package_real],
@razorsedge
Copy link
Contributor

Correct. As per the sample code in manifests/ntp.pp:

include ::vmwaretools
include ::vmwaretools::ntp
class { '::ntp':
  notify => $::virtual ? {
    'vmware' => Class['::vmwaretools::ntp'],
    default  => undef,
  },
}

@razorsedge razorsedge self-assigned this Sep 22, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants