Dotfiles/Puppetfile

25 lines
444 B
Ruby

#
# Puppet std lib
#
mod 'puppetlabs-stdlib', '6.3.0'
#
# Docker modules
#
mod 'puppetlabs-apt', '7.4.2'
mod 'puppetlabs-docker', '3.10.0'
#
# VSC Repo to install all the git repos
#
mod 'puppetlabs-vcsrepo', '3.1.1'
#
# Archive module for downloading and unpacking archives
#
mod 'puppet-archive', '4.6.0'
#
# Add the private puppet module for the proprietary bits
#
mod 'private', :git => 'git@gitlab.com:adeattwood/dotfiles-private.git'