diff options
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/puppet_bootstrap.pp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/manifests/puppet_bootstrap.pp b/manifests/puppet_bootstrap.pp index 624d34d..d0517f7 100644 --- a/manifests/puppet_bootstrap.pp +++ b/manifests/puppet_bootstrap.pp @@ -11,6 +11,8 @@ class puppet_bootstrap { content => template("$templates_dir/bin/puppet-bootstrap"), } + package { "lynx": ensure => installed } + define puppet_modules($puppet_dir) { # directory to download modules |