Merge "OpenStackID deploy scripts use curl"

This commit is contained in:
Jenkins 2014-10-08 23:29:03 +00:00 committed by Gerrit Code Review
commit 9ad9eae114

View File

@ -64,6 +64,11 @@ class openstackid (
ensure => present,
}
# the deploy scripts use the curl CLI
package { 'curl':
ensure => present,
}
group { 'openstackid':
ensure => present,
}
@ -211,6 +216,7 @@ class openstackid (
File['/etc/openstackid/database.php'],
File['/etc/openstackid/log.php'],
File['/etc/openstackid/environment.php'],
Package['curl'],
Package[$php5_packages] ],
}