12 строки
420 B
Puppet
12 строки
420 B
Puppet
name 'garethr-docker'
|
|
version '0.12.0'
|
|
source 'git://github.com/garethr/garethr-docker.git'
|
|
author 'Gareth Rushgrove'
|
|
summary 'Module for installing docker from repository on get.docker.io'
|
|
description 'Install and manage docker'
|
|
license 'Apache License, Version 2.0'
|
|
|
|
dependency 'puppetlabs/apt', '>= 1.1.0'
|
|
dependency 'puppetlabs/stdlib', '>=4.1.0'
|
|
dependency 'stahnma/epel', '>=0.0.6'
|