Added bootstrap tag to puppet client class to allow kickstart to configure puppet during os install.

This commit is contained in:
Timo Mkinen 2010-10-06 16:14:01 +03:00
parent ffee877701
commit ea092330f9

View file

@ -2,6 +2,8 @@
# Install and configure Puppet client.
#
class puppet::client {
tag("bootstrap")
case $operatingsystem {
openbsd: { $vardir = "/var/puppet" }