mirror of
https://github.com/zhigang1992/linux-configs.git
synced 2026-06-16 18:49:37 +08:00
Move files to a 'puppetized' layout. Puppet will then look to manifests/default.pp to install selected software packages. This will allow for easier deployment of a new setup, and specific hosts may receive only the modules that they need. (raspi only needs mutt, tmux, and irssi, for example) Tested-on: heimdall <04 Jun 2014>
18 lines
331 B
JSON
18 lines
331 B
JSON
{
|
|
"name": "pacman",
|
|
"version": "0.1.0",
|
|
"author": "Tom Swartz",
|
|
"summary": "Configure Pacman Package Manager for Arch Linux",
|
|
"license": "Apache 2.0",
|
|
"source": "",
|
|
"project_page": null,
|
|
"issues_url": null,
|
|
"dependencies": [
|
|
{
|
|
"name": "puppetlabs-stdlib",
|
|
"version_range": ">= 1.0.0"
|
|
}
|
|
]
|
|
}
|
|
|