Get Puppet Modules for Vagrant -
i have vagrant working , want this:
include 'stdlib' file_line { 'ssh_key_server1' : path => '/home/vagrant/.ssh/authorized_keys', line => 'ssh-rsa aaaa } it complains stdlib module. so, googled on solve , found post recommended this:
git submodule add https://github.com/puppetlabs/puppetlabs-stdlib.git modules/stdlib it copied module source code git didn't seem compile , vagrant won't compile me when vagrant provision. how compile?
i tried using called librarian puppet. seemed want puppet installed on host machine. please don't make me that. there way?
Comments
Post a Comment