Sha256: 0dfdcf807e70607bee33811f062fed7a7013f4c06eebee887bd6de39c9896bd1
Contents?: true
Size: 766 Bytes
Versions: 7
Compression:
Stored size: 766 Bytes
Contents
# Bebox template for the profiles. # For modules loaded from forge puppetlabs # mod 'organization/module_name', 'version' # example: mod "puppetlabs/nginx", '1.0.0' # For modules loaded from github releases tarball # mod "organization/module_name", :git => "git_url", :ref => 'v1.0.0' # mod "organization/module_name", :git => "git_url", :ref => 'branch_name' # example: mod "jfryman/nginx", :git => "git://github.com/jfryman/puppet-nginx.git", :ref => 'v0.0.9' # example: mod "jfryman/nginx", :git => "git://github.com/jfryman/puppet-nginx.git", :ref => 'master' # This are some common modules we have used and works well. # You can uncomment for use it or can add new ones. mod "alup/rbenv", '1.2.0' mod "jfryman/nginx", '0.0.9' mod "dwerder/redis", '1.1.0'
Version data entries
7 entries across 7 versions & 1 rubygems