Cimpress-MCP / vagrant-orchestrate

Cross platform deployment orchestration to existing managed servers using vagrant provisioners
Other
19 stars 13 forks source link

`init --puppet` should create a Puppetfile and a modules/ directory with a .gitignore #25

Open chrisbaldauf opened 9 years ago

chrisbaldauf commented 9 years ago

A recent change was made to remove vagrant-librarian-puppet from the default list of installed plugins if the --puppet flag was passed. This also inadvertently removed the creation of the Puppetfile, modules/ directory, and modules/.gitignore file, which are worth keeping around.

This change is to reinstate those two files and one directory, if the --puppet option is specified, even if the vagrant-librarian-puppet plugin is not installed.