Skip to content

Commit

Permalink
Merge pull request #394 from vicinus/master
Browse files Browse the repository at this point in the history
MODULES-3156: propagate the validate_cmd to the file resource
  • Loading branch information
bmjen committed Mar 17, 2016
2 parents b033974 + 3e73cd1 commit a866804
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/puppet/type/concat_file.rb
Expand Up @@ -186,6 +186,7 @@ def generate
:selrole,
:seltype,
:seluser,
:validate_cmd,
:show_diff].each do |param|
unless self[param].nil?
file_opts[param] = self[param]
Expand Down

0 comments on commit a866804

Please sign in to comment.