On Friday, October 11, 2013 8:59:10 AM UTC-5, Werner Flamme wrote: > > I'm not Jakub (the OP), it is not my problem. > > I'm only the one who wanted to know where the "couple of errors" are. > >
Peter was mistaken. There are no actual errors in the OP's manifest, and it might work in some environments. In particular, the operator "!=" performs a boolean test for non-equality, just as the OP expected it to do. The reason it didn't work for him is almost surely what Bernd pointed out: the $::hostname fact usually contains only a local name, not a fully-qualified domain name. John -- 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 [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/puppet-users. For more options, visit https://groups.google.com/groups/opt_out.
