diff options
Diffstat (limited to 'modules/blog')
-rw-r--r-- | modules/blog/manifests/init.pp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/modules/blog/manifests/init.pp b/modules/blog/manifests/init.pp index cc3439e4..291d0ef1 100644 --- a/modules/blog/manifests/init.pp +++ b/modules/blog/manifests/init.pp @@ -9,8 +9,6 @@ class blog { user { "blog": groups => apache, comment => "Mageia Blog", - ensure => present, - managehome => true, home => "/var/lib/blog", } } |