Merge "Ensure pymysql is installed"

This commit is contained in:
Jenkins 2017-06-06 23:18:07 +00:00 committed by Gerrit Code Review
commit 645a14f5c2
1 changed files with 7 additions and 0 deletions

View File

@ -66,6 +66,13 @@ class refstack::app () {
}
}
if !defined(Package['pymysql']) {
package { 'pymysql':
ensure => present,
provider => 'pip'
}
}
# Create the RefStack configuration directory.
file { '/etc/refstack':
ensure => directory,