Skip to content

Commit

Permalink
Merge pull request #5 from baptistejammet/master
Browse files Browse the repository at this point in the history
#15531 : Oublie du include staging pour la variable ${::staging::path}
  • Loading branch information
mbarre committed Jan 13, 2016
2 parents 173cb1a + 81bb1a0 commit b79036d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion manifests/init.pp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# See README.md
class liquibase(
#version de liquibase
$version = $liquibase::version,
$version = $liquibase::version,
# Versions des drivers jdbc
$postgresql_version = $liquibase::postgresql_version,
$derby_version = $liquibase::derby_version,
Expand Down
1 change: 1 addition & 0 deletions manifests/install.pp
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
# We assume that the staging path is define before puppet-liquibase module is called.
# If you don't redefine staging path, default path will be the one set in the staging module => /opt/staging
# See README.md
include staging

staging::file { "liquibase-${version}-bin.tar.gz":
environment => $environment,
Expand Down
2 changes: 1 addition & 1 deletion manifests/params.pp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
class liquibase::params {
#version de liquibase
$version = '3.4.0'
$version = '3.4.0'
# Versions des drivers jdbc
$postgresql_version = '9.3-1103-jdbc41'
$derby_version = '10.11.1.1'
Expand Down

0 comments on commit b79036d

Please sign in to comment.