diff --git a/manifests/auth.pp b/manifests/auth.pp
index 275489d1420098aced87ca17c022a108d97782a9..417fd1c8815eeae581a18b431d1574dcd145c107 100644
--- a/manifests/auth.pp
+++ b/manifests/auth.pp
@@ -142,7 +142,7 @@ class aes::auth (
     group       => $auth_group,
     path        => $auth_home,
     command     => "${auth_home}/on_update.sh",
-    environment => [ "HOME=${auth_home}", 'PATH=/bin:/usr/bin' ],
+    environment => ["HOME=${auth_home}", 'PATH=/bin:/usr/bin'],
     refreshonly => true,
     require     => File["${auth_home}/on_update.sh"],
     notify      => Service[$auth_service],