Trying to figure out the erwbgy/system plugin and just getting stuck.. 
first run it did some changes, but it ignored parameters for ntp and now 
its not refreshing if I update the yaml at all, Im slightly lost at what I 
may be missing :)
 
hiera.yaml
---
:hierarchy:
    - %{certname}
    - %{environment}
    - global
    - %{environment}/common
:backends:
  - yaml
:yaml:
  :datadir: '/etc/puppet/hieradata'
 
 
common.yaml
 
system::packages::schedule:  'never'
system::yumgroups::schedule: 'never'
system::augeas:
  'ntp':
    context: '/files/etc/ntp.conf'
    changes:
      - 'set server[0] 0.vmware.pool.ntp.org'
      - 'set server[1] 1.vmware.pool.ntp.org'
      - 'set server[2] 2.vmware.pool.ntp.org'
 
first run, it updated to 0.pool.ntp.org and its still doing that, so I 
missed something important here.
 
Puppet 3.1.1
 
I noticed all the hiera examples on the site for puppet all say coming 
soon.  
 
 
 
 

-- 
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 post to this group, send email to puppet-users@googlegroups.com.
Visit this group at http://groups.google.com/group/puppet-users?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to