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

Popular posts from this blog

node.js - Using Node without global install -

How to access a php class file from PHPFox framework into javascript code written in simple HTML file? -

java - Null response to php query in android, even though php works properly -