On Jul 28, 1:57 pm, Jemmorey <jemmo...@gmail.com> wrote:
> Awesome.  I did not realize I needed a comma after the bracket, since
> you would think that the comma from the facter definition would
> suffice.


I'm glad it's working for you now.  In hopes of helping you avoid
similar misconceptions in the future, I observe that the commas inside
the selector expression *separate*  *the selection alternatives*.
They are not themselves part of the alternatives, and their scope is
restricted to the selector expression.  You also need to separate the
resource properties from each other, which is also done with commas,
but those commas appear in a different scope.

It is more or less safe in Puppet DSL to assume that nothing inside a
matched pair of curly braces affects the syntax requirements of
anything outside those braces.


John

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To post to this group, send email to puppet-users@googlegroups.com.
To unsubscribe from this group, send email to 
puppet-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/puppet-users?hl=en.

Reply via email to