All Downloads are FREE. Search and download functionalities are using the official Maven repository.

liquibase.sdk.vagrant.shell.bootstrap.bat Maven / Gradle / Ivy

There is a newer version: 3.6.2.5.inovus
Show newest version
echo Copying vagrant-install-files...
mkdir c:\install

echo Installing puppet librarian
call "C:\Program Files (x86)\Puppet Labs\Puppet\bin\environment.bat"
mkdir c:\usr\share\puppet
cd \usr\share\puppet
copy \vagrant\Puppetfile .

if not exist c:\usr\share\puppet\.librarian (
    call gem install librarian-puppet --no-rdoc --no-ri
    call librarian-puppet install
)

echo Running puppet.....
call puppet apply -vv  --color=false --modulepath=c:\usr\share\puppet\modules\;c:\vagrant\modules c:\vagrant\manifests\init.pp

echo Finished bootstrap.bat




© 2015 - 2024 Weber Informatics LLC | Privacy Policy