summaryrefslogtreecommitdiff
path: root/spec/fixtures/unit/parser/lexer/filecreate.pp
diff options
context:
space:
mode:
authorStig Sandbeck Mathisen <ssm@debian.org>2014-09-07 10:14:36 +0200
committerStig Sandbeck Mathisen <ssm@debian.org>2014-09-07 10:14:36 +0200
commitd4b83be375ac1dead058e091191ee7c7b7c24c8a (patch)
treedc825687392ae3068de5b764be60c53122d9e02a /spec/fixtures/unit/parser/lexer/filecreate.pp
parent229cbb976fe0f70f5f30548b83517b415840f9bb (diff)
parent1681684857c6e39d60d87b0b3520d8783977ceff (diff)
downloadpuppet-upstream/3.7.0.tar.gz
Imported Upstream version 3.7.0upstream/3.7.0
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 {