|
| 1 | +{ |
| 2 | + "name": "jdowning/awscli", |
| 3 | + "version": "0.1.1", |
| 4 | + "source": "https://github.com/justindowning/puppet-awscli", |
| 5 | + "author": "Justin Downing", |
| 6 | + "license": "Apache License, Version 2.0", |
| 7 | + "summary": "Install awscli", |
| 8 | + "description": "Install awscli", |
| 9 | + "project_page": "https://github.com/justindowning/puppet-awscli", |
| 10 | + "dependencies": [ ], |
| 11 | + "operatingsystem_support": [ |
| 12 | + { |
| 13 | + "operatingsystem": "RedHat", |
| 14 | + "operatingsystemrelease": [ |
| 15 | + "5", |
| 16 | + "6" |
| 17 | + ] |
| 18 | + }, |
| 19 | + { |
| 20 | + "operatingsystem": "CentOS", |
| 21 | + "operatingsystemrelease": [ |
| 22 | + "5", |
| 23 | + "6" |
| 24 | + ] |
| 25 | + }, |
| 26 | + { |
| 27 | + "operatingsystem": "OracleLinux", |
| 28 | + "operatingsystemrelease": [ |
| 29 | + "5", |
| 30 | + "6" |
| 31 | + ] |
| 32 | + }, |
| 33 | + { |
| 34 | + "operatingsystem": "Scientific", |
| 35 | + "operatingsystemrelease": [ |
| 36 | + "5", |
| 37 | + "6" |
| 38 | + ] |
| 39 | + }, |
| 40 | + { |
| 41 | + "operatingsystem": "Debian", |
| 42 | + "operatingsystemrelease": [ |
| 43 | + "6", |
| 44 | + "7" |
| 45 | + ] |
| 46 | + }, |
| 47 | + { |
| 48 | + "operatingsystem": "Ubuntu", |
| 49 | + "operatingsystemrelease": [ |
| 50 | + "10.04", |
| 51 | + "12.04", |
| 52 | + "14.04" |
| 53 | + ] |
| 54 | + } |
| 55 | + ], |
| 56 | + "requirements": [ |
| 57 | + { |
| 58 | + "name": "pe", |
| 59 | + "version_requirement": "3.2.x" |
| 60 | + }, |
| 61 | + { |
| 62 | + "name": "puppet", |
| 63 | + "version_requirement": "3.x" |
| 64 | + } |
| 65 | + ] |
| 66 | +} |
0 commit comments