Skip to content

Commit

Permalink
Merge pull request #216 from igalic/gem_provider
Browse files Browse the repository at this point in the history
update gem provider for 4.x
  • Loading branch information
bastelfreak committed Feb 11, 2017
2 parents aeb26f2 + c5de440 commit cfc167c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/init.pp
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
$manage_ifupdown_extra = true,
$ensure_ifupdown_extra = present,
$ipaddress = 'ipaddress',
$ipaddress_provider = 'gem',
$ipaddress_provider = 'puppet_gem',
$manage_ipaddress = true,
$ensure_ipaddress = present,
) {
Expand Down

0 comments on commit cfc167c

Please sign in to comment.