From e1642242bbd7b805d5733408ec86e77c40ee06ed Mon Sep 17 00:00:00 2001 From: Thomas Backlund Date: Mon, 14 Mar 2016 22:29:17 +0200 Subject: mirrorbrain: init: fix typo --- modules/mirrorbrain/manifests/init.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/mirrorbrain/manifests/init.pp b/modules/mirrorbrain/manifests/init.pp index e682ac82..ca5ceeea 100644 --- a/modules/mirrorbrain/manifests/init.pp +++ b/modules/mirrorbrain/manifests/init.pp @@ -1,4 +1,4 @@ -rclass mirrorbrain { +class mirrorbrain { $mb_user = 'mirrorbrain' $mb_home = "/var/lib/${mb_user}" -- cgit v1.2.1