From 29808f47a6a8e1c6b03a2611cf6b3692c6550ee9 Mon Sep 17 00:00:00 2001 From: Ciaby Date: Tue, 15 Jul 2014 15:34:49 -0500 Subject: [PATCH] Oops, forgot a => :) --- modules/rhizomatica_base_system/manifests/init.pp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/rhizomatica_base_system/manifests/init.pp b/modules/rhizomatica_base_system/manifests/init.pp index fdbbf81..b95521d 100644 --- a/modules/rhizomatica_base_system/manifests/init.pp +++ b/modules/rhizomatica_base_system/manifests/init.pp @@ -264,7 +264,7 @@ class rhizomatica_base_system { #LCR package { 'lcr': - ensure => installed, + ensure => installed, require => Apt::Source['rhizomatica'], } @@ -273,7 +273,7 @@ class rhizomatica_base_system { source => 'puppet:///modules/rhizomatica_base_system/usr/etc/lcr', recurse => remote, purge => true, - require Package['lcr'], + require => Package['lcr'], } file { '/etc/cron.d/rhizomatica':