File tree Expand file tree Collapse file tree 4 files changed +25
-7
lines changed Expand file tree Collapse file tree 4 files changed +25
-7
lines changed Original file line number Diff line number Diff line change 1+ .modules
2+ .plan_cache.json
3+ .task_cache.json
4+ Puppetfile
Original file line number Diff line number Diff line change 1+ Bolt module for bootstrapping installation of the openvox-agent package.
Original file line number Diff line number Diff line change 1- name : openvox-bootstrap
1+ name : openvox_bootstrap
2+ modules :
3+ - name : puppetlabs-facts
4+ version_requirement : " >= 0.1.0 < 2.0.0"
Original file line number Diff line number Diff line change 11{
2- "name" : " openvox-bootstrap " ,
2+ "name" : " openvox_bootstrap " ,
33 "version" : " 0.1.0" ,
44 "summary" : " Bootstrap installation of the OpenVox agent." ,
55 "description" : " A Bolt project to bootstrap the installation of the OpenVox agent." ,
66 "author" : " Josh Partlow" ,
77 "license" : " AGPL-3.0" ,
8- "source" : " https://github.com/jpartlow/openvox-bootstrap" ,
9- "project_page" : " https://github.com/jpartlow/openvox-bootstrap" ,
10- "issues_url" : " https://github.com/jpartlow/openvox-bootstrap/issues" ,
11- "dependencies" : [],
12- "requirements" : []
8+ "source" : " https://github.com/jpartlow/openvox_bootstrap" ,
9+ "project_page" : " https://github.com/jpartlow/openvox_bootstrap" ,
10+ "issues_url" : " https://github.com/jpartlow/openvox_bootstrap/issues" ,
11+ "dependencies" : [
12+ {
13+ "name" : " puppetlabs-facts" ,
14+ "version_requirement" : " >= 0.1.0 < 2.0.0"
15+ }
16+ ],
17+ "requirements" : [
18+ {
19+ "name" : " puppet" ,
20+ "version_requirement" : " >= 7.0.0 < 9.0.0"
21+ }
22+ ]
1323}
You can’t perform that action at this time.
0 commit comments