Skip to content
Snippets Groups Projects
Verified Commit b04a1a8e authored by Varac's avatar Varac
Browse files

Don't depend on leap-keymanager anymore

leap-mx is now independent of leap-keymanager and
we can remove this dependency now.

see leap_mx#8558
parent e24292f1
Branches
Tags
1 merge request!101Don't depend on leap-keymanager anymore
......@@ -94,15 +94,11 @@ class leap_mx {
# LEAP-MX CODE AND DEPENDENCIES
#
package {
$sources['leap-mx']['package']:
ensure => $sources['leap-mx']['revision'],
require => [
Class['site_apt::leap_repo'],
User['leap-mx'] ];
'leap-keymanager':
ensure => latest;
package { $sources['leap-mx']['package']:
ensure => $sources['leap-mx']['revision'],
require => [
Class['site_apt::leap_repo'],
User['leap-mx'] ];
}
#
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment