diff --git a/manifests/app.pp b/manifests/app.pp index 47acd82..66664ed 100644 --- a/manifests/app.pp +++ b/manifests/app.pp @@ -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,