diff --git a/puppet/manifests/init.pp b/puppet/manifests/init.pp index 51c1715..efd2066 100644 --- a/puppet/manifests/init.pp +++ b/puppet/manifests/init.pp @@ -2,6 +2,8 @@ # Install and configure Puppet client. # class puppet::client { + + tag("bootstrap") case $operatingsystem { openbsd: { $vardir = "/var/puppet" }