summaryrefslogtreecommitdiffstats
path: root/modules/base/manifests/bootstrap.pp
diff options
context:
space:
mode:
Diffstat (limited to 'modules/base/manifests/bootstrap.pp')
-rw-r--r--modules/base/manifests/bootstrap.pp4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/base/manifests/bootstrap.pp b/modules/base/manifests/bootstrap.pp
index d7ce0bc..d946aa1 100644
--- a/modules/base/manifests/bootstrap.pp
+++ b/modules/base/manifests/bootstrap.pp
@@ -1,4 +1,4 @@
-class base::bootstrap {
+class base::bootstrap($extra_script="") {
package {
[
"puppet",
@@ -12,7 +12,7 @@ class base::bootstrap {
source => 'puppet:///modules/base/puppet-tozt',
mode => '0755';
'/usr/local/bin/update':
- source => 'puppet:///modules/base/update',
+ content => template('base/update'),
mode => '0755';
}
}