Merge "Add curl package to puppet nodepool element"

This commit is contained in:
Jenkins
2016-03-16 14:56:39 +00:00
committed by Gerrit Code Review
3 changed files with 12 additions and 0 deletions

View File

@@ -1,3 +1,4 @@
cache-url
openstack-repos
package-installs
source-repositories

View File

@@ -0,0 +1 @@
curl:

View File

@@ -0,0 +1,10 @@
{
"family": {
"gentoo": {
"curl": "net-misc/curl"
}
},
"default": {
"curl": "curl"
}
}