diff options
Diffstat (limited to 'puppet/modules/leap_mx')
| -rw-r--r-- | puppet/modules/leap_mx/manifests/init.pp | 6 | 
1 files changed, 4 insertions, 2 deletions
diff --git a/puppet/modules/leap_mx/manifests/init.pp b/puppet/modules/leap_mx/manifests/init.pp index ffa4519d..25b2758f 100644 --- a/puppet/modules/leap_mx/manifests/init.pp +++ b/puppet/modules/leap_mx/manifests/init.pp @@ -6,8 +6,9 @@ class leap_mx {    $couchdb_user     = $couchdb_admin_user['username']    $couchdb_password = $couchdb_admin_user['password'] +  include soledad::common    include site_apt::preferences::twisted -   +    #    # USER AND GROUP    # @@ -42,7 +43,8 @@ class leap_mx {    #    package { 'leap-mx': -    ensure => installed; +    ensure  => installed, +    require => Class['site_apt::preferences::twisted']    }    #  | 
