Skip to content

Commit

Permalink
Fix bug: map templatefile to params
Browse files Browse the repository at this point in the history
  • Loading branch information
sgnl05 committed Jan 15, 2018
1 parent 7005608 commit a87ba6e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
### 0.4.0 2018-01-15
### 0.4.1 2018-01-15
update: secretfile set to 'template' is now customisable through the templatefile parameter
update: added templatefile parameter

Expand Down
2 changes: 1 addition & 1 deletion manifests/init.pp
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
$ssl_cert = undef,
$ssl_key = undef,
$ssl_chain = undef,
$templatefile = undef,
$templatefile = $racktables::params::templatefile,
$apacheuser = $racktables::params::apacheuser,
$datadir = $racktables::params::datadir,
$packages = $racktables::params::packages,
Expand Down
2 changes: 1 addition & 1 deletion metadata.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sgnl05-racktables",
"version": "0.4.0",
"version": "0.4.1",
"author": "sgnl05",
"summary": "Installs RackTables with all dependencies",
"license": "Apache-2.0",
Expand Down

0 comments on commit a87ba6e

Please sign in to comment.