Skip to content

Commit

Permalink
Make puppet-lint happy
Browse files Browse the repository at this point in the history
  • Loading branch information
fpletz committed Apr 10, 2015
1 parent 428167a commit 185c63f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions manifests/extension.pp
Original file line number Diff line number Diff line change
Expand Up @@ -124,10 +124,8 @@
}
}

$php_settings_file = "${::php::params::config_root_ini}/${lowercase_title}.ini"

::php::config { $title:
file => $php_settings_file,
file => "${::php::params::config_root_ini}/${lowercase_title}.ini",
config => $real_settings,
}

Expand Down

0 comments on commit 185c63f

Please sign in to comment.