From: Micah Anderson Date: Thu, 22 May 2008 05:56:39 +0000 (+0000) Subject: remove debugging info X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=4f83549a500e2cc53517e00759828905e70a162b;p=puppet-backupninja.git remove debugging info --- diff --git a/manifests/client.pp b/manifests/client.pp index daa2e16..67191d9 100644 --- a/manifests/client.pp +++ b/manifests/client.pp @@ -27,7 +27,6 @@ class backupninja::client { '' => 'doit', default => $keymanage } - err("$real_keystore $real_keytype $real_keydestination $real_keyowner $real_keygroup $real_keymanage") package { 'backupninja': ensure => '0.9.5-3'; }