Skip to content
This repository has been archived by the owner on Feb 4, 2020. It is now read-only.

Commit

Permalink
Merge pull request #31 from tayzlor/puppet-3.7-fixes
Browse files Browse the repository at this point in the history
Fix some issues with 3.7.* Puppet
  • Loading branch information
solarkennedy committed Jan 2, 2015
2 parents 830793b + 17e2486 commit e48e3f0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ env:
- PUPPET_VERSION="~> 3.4.0"
- PUPPET_VERSION="~> 3.5.0"
- PUPPET_VERSION="~> 3.6.0"
- PUPPET_VERSION="~> 3.7.0"
matrix:
exclude:
- rvm: 1.9.3
Expand All @@ -37,4 +38,4 @@ matrix:
- rvm: 2.1.0
env: PUPPET_VERSION="~> 3.3.0"
- rvm: 2.1.0
env: PUPPET_VERSION="~> 3.4.0"
env: PUPPET_VERSION="~> 3.4.0"
2 changes: 1 addition & 1 deletion manifests/config.pp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#
# This class is called from uchiwa
#
class uchiwa::config {
class uchiwa::config inherits uchiwa {

file { '/etc/sensu/uchiwa.json':
ensure => file,
Expand Down
4 changes: 2 additions & 2 deletions manifests/params.pp
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@
}]

$host = '0.0.0.0'
$port = 3000
$port = '3000'
$user = ''
$pass = ''
$refresh = 5
$refresh = '5'
}

0 comments on commit e48e3f0

Please sign in to comment.