summaryrefslogtreecommitdiff
path: root/global/overlay/etc
diff options
context:
space:
mode:
Diffstat (limited to 'global/overlay/etc')
-rw-r--r--global/overlay/etc/puppet/modules/sunet/manifests/cloudimage.pp6
1 files changed, 3 insertions, 3 deletions
diff --git a/global/overlay/etc/puppet/modules/sunet/manifests/cloudimage.pp b/global/overlay/etc/puppet/modules/sunet/manifests/cloudimage.pp
index 096c25c..463df42 100644
--- a/global/overlay/etc/puppet/modules/sunet/manifests/cloudimage.pp
+++ b/global/overlay/etc/puppet/modules/sunet/manifests/cloudimage.pp
@@ -16,9 +16,9 @@ define sunet::cloudimage (
$repo = undef
)
{
- package {'mtools': require => latest }
- package {'libvirt-bin': require => latest }
- package {'uuid-runtime': require => latest }
+ package {'mtools': ensure => latest }
+ package {'libvirt-bin': ensure => latest }
+ package {'uuid-runtime': ensure => latest }
file { "/var/lib/libvirt/cloud-init":
ensure => directory