From 17341ec85c2b4788aee76e05a9af0bb62000e3bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timo=20M=E4kinen?= Date: Tue, 27 Mar 2012 15:20:40 +0300 Subject: [PATCH] Fixed syntax errors. --- saslauthd/manifests/init.pp | 2 +- user/manifests/init.pp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/saslauthd/manifests/init.pp b/saslauthd/manifests/init.pp index e42d806..10b483a 100644 --- a/saslauthd/manifests/init.pp +++ b/saslauthd/manifests/init.pp @@ -45,7 +45,7 @@ define saslauthd::service() { case $architecture { "i386": { $libdir = "/usr/lib/sasl2" } "x86_64": { $libdir = "/usr/lib64/sasl2" } - default: { fail("Unknown architecture ${architecture}") + default: { fail("Unknown architecture ${architecture}") } } file { "${libdir}/${name}.conf": diff --git a/user/manifests/init.pp b/user/manifests/init.pp index 2be2db6..28270b1 100644 --- a/user/manifests/init.pp +++ b/user/manifests/init.pp @@ -12,7 +12,7 @@ class user::system { }, } - if $operatingsystem == "ubuntu": { + if $operatingsystem == "ubuntu" { file { "/sbin/nologin": ensure => link, target => "/usr/sbin/nologin",