From ea092330f937f5aef5f795d1ef0f536c6b743053 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timo=20M=E4kinen?= Date: Wed, 6 Oct 2010 16:14:01 +0300 Subject: [PATCH] Added bootstrap tag to puppet client class to allow kickstart to configure puppet during os install. --- puppet/manifests/init.pp | 2 ++ 1 file changed, 2 insertions(+) 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" }