Skip to content

Commit

Permalink
Merge pull request redhat-openstack#294 from bmjen/geppetto-fix
Browse files Browse the repository at this point in the history
more geppetto lint fixes
  • Loading branch information
hunner committed Apr 15, 2015
2 parents f23bd17 + 4e61c33 commit 2ccde9d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion manifests/init.pp
Expand Up @@ -90,7 +90,7 @@
file_concat { $name:
tag => $safe_name,
path => $path,
owner => $user,
owner => $owner,
group => $group,
mode => $mode,
replace => $replace,
Expand Down
1 change: 0 additions & 1 deletion tests/init.pp
@@ -1,6 +1,5 @@
concat { '/tmp/concat':
ensure => present,
force => true,
owner => 'root',
group => 'root',
mode => '0644',
Expand Down

0 comments on commit 2ccde9d

Please sign in to comment.