From a24c91c8c4fa18171a1ea9401d0741df06b94f9f Mon Sep 17 00:00:00 2001 From: Hendy Irawan Date: Sat, 5 May 2012 01:16:57 +0700 Subject: [PATCH] Make wiz role clearer. --- README.textile | 2 ++ manifests/init.pp | 1 + 2 files changed, 3 insertions(+) diff --git a/README.textile b/README.textile index 00a792a..1c1ef56 100644 --- a/README.textile +++ b/README.textile @@ -19,6 +19,8 @@ Git clones *wiz* from git://github.com/bippo/wiz.git Puts it in @/usr/share/wiz@ And creates a symlink in @/usr/bin/wiz@ +Wiz is required by @magento@ to clear cache. + h2. magento::app diff --git a/manifests/init.pp b/manifests/init.pp index e1c73dc..f5c0c45 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -123,6 +123,7 @@ user => $user, logoutput => true, refreshonly => true, + require => Class['magento::wiz'], } exec { "magento compiler-compile ${dir}":