summaryrefslogtreecommitdiff
path: root/spec/fixtures/unit/parser/lexer/filecreate.pp
diff options
context:
space:
mode:
Diffstat (limited to 'spec/fixtures/unit/parser/lexer/filecreate.pp')
-rw-r--r--spec/fixtures/unit/parser/lexer/filecreate.pp4
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/fixtures/unit/parser/lexer/filecreate.pp b/spec/fixtures/unit/parser/lexer/filecreate.pp
index d7972c234..b8edcd540 100644
--- a/spec/fixtures/unit/parser/lexer/filecreate.pp
+++ b/spec/fixtures/unit/parser/lexer/filecreate.pp
@@ -1,8 +1,8 @@
# $Id$
file {
- "/tmp/createatest": ensure => file, mode => 755;
- "/tmp/createbtest": ensure => file, mode => 755
+ "/tmp/createatest": ensure => file, mode => '0755';
+ "/tmp/createbtest": ensure => file, mode => '0755'
}
file {