diff --git a/templates/quota.sh.epp b/templates/quota.sh.epp index 21b3c31..c3b81ed 100644 --- a/templates/quota.sh.epp +++ b/templates/quota.sh.epp @@ -1,3 +1,3 @@ # quota.sh: Managed by Puppet USERNAME=`whoami` -[[ "$USERNAME" =~ ^(<%= join($profile_user_environement::quota::skip_users, "|") %>)$ ]] || echo "do not run" +[[ "$USERNAME" =~ ^(<%= join($profile_user_environment::quota::skip_users, "|") %>)$ ]] || echo "do not run"