Created
December 1, 2011 18:52
-
-
Save kenperkins/1418951 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
config.vm.provision :puppet do |puppet| | |
puppet.pp_path = "/Users/ken/src/clipboard-config" | |
puppet.module_path = "/Users/ken/src/clipboard-config/modules" | |
puppet.manifests_path = "/Users/ken/src/clipboard-config/manifests" | |
puppet.manifest_file = "clipboard-onebox.pp" | |
end | |
output from vagrant up | |
=============================================================== | |
... | |
[default] VM booted and ready for use! | |
[default] Mounting shared folders... | |
[default] -- v-root: /vagrant | |
[default] -- manifests: /Users/ken/src/clipboard-config/manifests | |
[default] -- v-pp-m0: /Users/ken/src/clipboard-config/modules-0 | |
[default] Running provisioner: Vagrant::Provisioners::Puppet... | |
[default] Running Puppet with clipboard-onebox.pp... | |
[default] stdin: is not a tty | |
[default] warning: Could not retrieve fact fqdn | |
[default] warning: Host is missing hostname and/or domain: lucid32 | |
[default] | |
[default] Could not find template 'clipboardjs/production.clipboard-config.erb' at /Users/ken/src/clipboard-config/modules-0/clipboardjs/manifests/config.pp:8 on node lucid32 | |
[default] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment