Skip to content

Commit

Permalink
Fix CI build errors
Browse files Browse the repository at this point in the history
  • Loading branch information
danifr committed Mar 7, 2016
1 parent 2d0e86d commit d8f2da9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions manifests/install.pp
Original file line number Diff line number Diff line change
Expand Up @@ -96,15 +96,15 @@
mode => '0640',
}

file { "${rundeck::params::service_logs_dir}":
file { ${rundeck::params::service_logs_dir}:
ensure => directory,
recurse => true,
owner => $user,
group => $group,
mode => '0640',
}

file { "${rundeck::params::framework_config['framework.etc.dir']}":
file { ${rundeck::params::framework_config['framework.etc.dir']}:
ensure => directory,
recurse => true,
owner => $user,
Expand Down

0 comments on commit d8f2da9

Please sign in to comment.