aboutsummaryrefslogtreecommitdiffstats
path: root/manifests/nodes/arm1.pp
diff options
context:
space:
mode:
authorMichael Scherer <misc@mageia.org>2012-04-02 11:05:40 +0000
committerMichael Scherer <misc@mageia.org>2012-04-02 11:05:40 +0000
commit638cbf4a9eed941479e20ab469b10f48e0e437e7 (patch)
tree4977dd6009e29a5a325868067339909596689e48 /manifests/nodes/arm1.pp
parentcc26741edadc4fa7da2b5854c674b29a324e6100 (diff)
downloadpuppet-638cbf4a9eed941479e20ab469b10f48e0e437e7.tar
puppet-638cbf4a9eed941479e20ab469b10f48e0e437e7.tar.gz
puppet-638cbf4a9eed941479e20ab469b10f48e0e437e7.tar.bz2
puppet-638cbf4a9eed941479e20ab469b10f48e0e437e7.tar.xz
puppet-638cbf4a9eed941479e20ab469b10f48e0e437e7.zip
clean all puppet-lint warning in nodes/
Diffstat (limited to 'manifests/nodes/arm1.pp')
-rw-r--r--manifests/nodes/arm1.pp4
1 files changed, 1 insertions, 3 deletions
diff --git a/manifests/nodes/arm1.pp b/manifests/nodes/arm1.pp
index 5cf27c5b..6409f9b4 100644
--- a/manifests/nodes/arm1.pp
+++ b/manifests/nodes/arm1.pp
@@ -1,7 +1,5 @@
node arm1 {
# Location: IELO datacenter (marseille)
include common::default_mageia_server
- timezone::timezone { "Europe/Paris": }
-
-
+ timezone::timezone { 'Europe/Paris': }
}