From 5ef6401f4bc9508b8537a168f20ea247243edb6d Mon Sep 17 00:00:00 2001 From: Micah Anderson Date: Wed, 20 Feb 2013 11:19:10 -0500 Subject: [PATCH] add augeas module and its remotes --- .mrconfig | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.mrconfig b/.mrconfig index ce0a4e4..583a73d 100644 --- a/.mrconfig +++ b/.mrconfig @@ -52,6 +52,13 @@ update = git_assure_remote leap ${leap}/puppet_apt git remote update +[augeas] +checkout = git clone ${shared}:shared-augeas augeas +update = + git_assure_remote leap ${leap}/puppet_augeas + git_assure_remote camptocamp git://github.com/camptocamp/puppet-augeas.git + git remote update + [backupninja] checkout = git clone ${shared}:shared-backupninja backupninja update =