Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
b4ldr committed Oct 3, 2016
1 parent 06e53b0 commit feb4c3d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion manifests/init.pp
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
include ::python
}
package {'zonecheck':
ensure => '1.0.8',
ensure => '1.0.9',
provider => 'pip',
}
file {'/usr/local/etc/zone_check.conf':
Expand Down
2 changes: 1 addition & 1 deletion spec/classes/dns_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
it do
is_expected.to contain_package("zonecheck")
.with({
"ensure" => "1.0.8",
"ensure" => "1.0.9",
"provider" => "pip",
})
end
Expand Down

0 comments on commit feb4c3d

Please sign in to comment.