Skip to content

Commit

Permalink
Merge pull request #362 from blkperl/fix_invalid_attrs
Browse files Browse the repository at this point in the history
Fix invalid variable name in itk mod
  • Loading branch information
hunner committed Sep 24, 2013
2 parents ed11f73 + 65eb4c0 commit 4bdcfbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/mod/itk.pp
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
}
File {
owner => 'root',
group => $apache::params::root_group,
group => 'root',
mode => '0644',
}

Expand Down

0 comments on commit 4bdcfbf

Please sign in to comment.