Title: Message Title
Adrien Thebo commented on an issue
Puppet / Bug PUP-1489
Missing group should give error in noop
Given this manifest:

class users {
  user { 'testing':
    ensure => present,
    gid => 'staff',
}

If group staff is unmanaged and missing from the target node, enforcing the class in noop mode should give some sort of warning that the group is missing. However, no warning is given, and then when enforcing the class without noop, the enforcemen...

--
You received this message because you are subscribed to the Google Groups "Puppet Bugs" group.
To unsubscribe from this group and stop receiving emails from it, send an email to puppet-bugs+unsubscr...@googlegroups.com.
To post to this group, send email to puppet-bugs@googlegroups.com.
Visit this group at http://groups.google.com/group/puppet-bugs.
For more options, visit https://groups.google.com/d/optout.

Reply via email to