Sha256: 524284a173844c26aaa776abf1524ecdff2d1e48dbe391edd0b05f6fb7fe19f0
Contents?: true
Size: 1005 Bytes
Versions: 14
Compression:
Stored size: 1005 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' # mod "puppetlabs/mysql", '2.2.3' # mod "akumria/postgresql", '1.2.0' # mod "dwerder/mongodb", '3.3.1' # mod "mwillbanks/newrelic", '0.1.0' # mod "dhoppe/postfix", :git => "git://github.com/dhoppe/puppet-postfix.git", :ref => '3.0.x'
Version data entries
14 entries across 7 versions & 1 rubygems