summaryrefslogtreecommitdiffstats
path: root/modules/tozt/manifests/bootstrap.pp
diff options
context:
space:
mode:
Diffstat (limited to 'modules/tozt/manifests/bootstrap.pp')
-rw-r--r--modules/tozt/manifests/bootstrap.pp4
1 files changed, 4 insertions, 0 deletions
diff --git a/modules/tozt/manifests/bootstrap.pp b/modules/tozt/manifests/bootstrap.pp
index a7c329d..da1c17b 100644
--- a/modules/tozt/manifests/bootstrap.pp
+++ b/modules/tozt/manifests/bootstrap.pp
@@ -1,4 +1,8 @@
class tozt::bootstrap {
+ package { "puppet":
+ ensure => installed,
+ }
+
file { '/usr/local/bin/puppet-tozt':
source => 'puppet:///modules/tozt/puppet-tozt',
mode => '0755';