aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorintrigeri <intrigeri@boum.org>2013-01-02 13:12:59 +0100
committerintrigeri <intrigeri@boum.org>2013-01-02 13:12:59 +0100
commited222aced2762800363f4428a26a58e960e22983 (patch)
treef3486c01a440f628d546beda5b4e4448edaaf1b1
parent4cfb1fc6bbe356e335d8635bbadfd6ea72f8bc20 (diff)
downloadpuppet-loginrecords-ed222aced2762800363f4428a26a58e960e22983.tar.gz
puppet-loginrecords-ed222aced2762800363f4428a26a58e960e22983.tar.bz2
Hard-fail on deprecated manifests.
-rw-r--r--manifests/debian.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/debian.pp b/manifests/debian.pp
index 9208145..d85b287 100644
--- a/manifests/debian.pp
+++ b/manifests/debian.pp
@@ -36,7 +36,7 @@ class loginrecords::debian inherits loginrecords::base {
} else {
case $lsbdistrelease {
'lenny','squeeze': { class{'loginrecords::ramrun::disable': } }
- default: { err("Disabling RAMRUN is not supported since Wheezy") }
+ default: { fail("Disabling RAMRUN is not supported since Wheezy") }
}
}