aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--manifests/init.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
index dd0e48e..fd2f86b 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -17,7 +17,7 @@ class loginrecords(
}
}
default: {
- err("Kernel ${::kernel} is not supported.")
+ fail("Kernel ${::kernel} is not supported.")
}
}
}