On Wednesday, March 12, 2014 3:35:09 PM UTC+1, kbrede wrote:
 

> How do I append "iburst" at the end of "time.example.com?"
>

AFAICT in augtool this works:

  set /files/etc/ntp.conf/server[1] "time.example.com iburst"

So, did you actually try the following? Mind the quotes.

  changes => [
      'ins server before server[1]',
      'set server[1] "time.example.com iburst"' ,
  ],

Marco

-- 
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/4c5bae0d-d4b8-4f7e-89b7-06e9cfd9d04c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to