In site.pp when i declare a class under <node 'puppetagent.*'> changes are 
propagated correctly.
When the same class is declared under <node default> i have no effect on 
changes.


node default {
  # This is where you can declare classes for all nodes.
  # Example:
  #   class { 'my_class': }
 class { 'hosts': }
}

node 'puppetagent1.example.com' {

  # Note the quotes around the name! Node names can have characters that
  # aren't legal for class names, so you can't always use bare, unquoted
  # strings like we do with classes.

  # Any resource or class declaration can go inside here. For now:

}

-- 
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