https://github.com/michaelfarrow/puppet-agent
https://github.com/michaelfarrow/puppet-agent
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/michaelfarrow/puppet-agent
- Owner: michaelfarrow
- Created: 2015-04-12T22:20:54.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-04-13T08:36:22.000Z (about 11 years ago)
- Last Synced: 2024-04-17T04:35:34.518Z (about 2 years ago)
- Language: Puppet
- Size: 141 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Puppet Agent Module
```ruby
mod "puppetlabs/stdlib", "4.5.1"
mod "puppetlabs/concat", "1.2.0"
mod "puppetlabs/inifile", "1.2.0"
# dep: puppetlabs/stdlib
# dep: puppetlabs/concat
mod "Aethylred/puppet", "1.5.3"
# dep (optional): puppetlabs/inifile
# dep: Aethylred/puppet
mod "weyforth/agent",
git: "https://github.com/weyforth/puppet-agent.git",
ref: "master"
```