Skip to content

Commit

Permalink
Move .puppet to puppet; gratipay#738
Browse files Browse the repository at this point in the history
I'd prefer not to have this directory hidden.
  • Loading branch information
chadwhitacre committed Mar 18, 2013
1 parent 0fe1310 commit ce29628
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ Vagrant::Config.run do |config|
"--memory", "1024"]

config.vm.provision :puppet do |puppet|
puppet.module_path = ".puppet/modules"
puppet.manifests_path = ".puppet/manifests"
puppet.module_path = "puppet/modules"
puppet.manifests_path = "puppet/manifests"
puppet.manifest_file = "gittip.pp"
puppet.facter = {"fqdn" => "precise64"}
end
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit ce29628

Please sign in to comment.