diff options
author | Stig Sandbeck Mathisen <ssm@debian.org> | 2014-09-07 10:14:36 +0200 |
---|---|---|
committer | Stig Sandbeck Mathisen <ssm@debian.org> | 2014-09-07 10:14:36 +0200 |
commit | d4b83be375ac1dead058e091191ee7c7b7c24c8a (patch) | |
tree | dc825687392ae3068de5b764be60c53122d9e02a /spec/fixtures/unit/parser/lexer/classpathtest.pp | |
parent | 229cbb976fe0f70f5f30548b83517b415840f9bb (diff) | |
parent | 1681684857c6e39d60d87b0b3520d8783977ceff (diff) | |
download | puppet-upstream/3.7.0.tar.gz |
Imported Upstream version 3.7.0upstream/3.7.0
Diffstat (limited to 'spec/fixtures/unit/parser/lexer/classpathtest.pp')
-rw-r--r-- | spec/fixtures/unit/parser/lexer/classpathtest.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/fixtures/unit/parser/lexer/classpathtest.pp b/spec/fixtures/unit/parser/lexer/classpathtest.pp index 580333369..fae7cadbf 100644 --- a/spec/fixtures/unit/parser/lexer/classpathtest.pp +++ b/spec/fixtures/unit/parser/lexer/classpathtest.pp @@ -1,7 +1,7 @@ # $Id$ define mytype { - file { "/tmp/classtest": ensure => file, mode => 755 } + file { "/tmp/classtest": ensure => file, mode => '0755' } } class testing { |