summaryrefslogtreecommitdiff
path: root/puppet
diff options
context:
space:
mode:
authorMicah Anderson <micah@leap.se>2015-02-05 11:39:14 -0500
committerMicah Anderson <micah@leap.se>2015-02-05 11:39:14 -0500
commit1d8998f1ee74c4b68cf9372409ef7e6e47f63927 (patch)
tree255af9a5d33a3731779e6f46fde50860ecab25da /puppet
parentaed223ad42635370bdbc1b239ed43a1330698c5e (diff)
add a new line between resources
Change-Id: I7e763cfda2ebd6943b2ce3f6512bc5f5354dbc56
Diffstat (limited to 'puppet')
-rw-r--r--puppet/modules/leap_mx/manifests/init.pp1
1 files changed, 1 insertions, 0 deletions
diff --git a/puppet/modules/leap_mx/manifests/init.pp b/puppet/modules/leap_mx/manifests/init.pp
index d8a24821..78065f56 100644
--- a/puppet/modules/leap_mx/manifests/init.pp
+++ b/puppet/modules/leap_mx/manifests/init.pp
@@ -52,6 +52,7 @@ class leap_mx {
require => [
Class['site_apt::preferences::twisted'],
Class['site_apt::leap_repo'] ];
+
'leap-keymanager':
ensure => latest;
}