Displaying 1 result from an estimated 1 matches for "dangerop1".
Did you mean:
  dangero
  
2007 Nov 26
6
Help with tags
Hello...
  I need some help with tags.  as an example:
# pseudo code
class ssh {
  file { "/etc/ssh/ssh_config":
    # normal stuff
    tag("dangerous") }
  file { "/etc/ssh/sshd_config":
    # normal stuff
    tag("dangerous") }
  file { "/etc/ssh/ssh_known_hosts":
    # normal stuff
    tag("safe")      }
}
on client: puppetd --tags