From c5de440b8ba703d9461b01bdfb9fb45566ed8a64 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Igor=20Gali=C4=87?= Date: Sat, 11 Feb 2017 18:45:17 +0100 Subject: [PATCH] update gem provider for 4.x On Puppet 4.x, the gem provider is `puppet_gem`. This way puppet knows to look for the `gem` binary in the correct path. Since we've dropped 3.x support, we have to update this assumption. --- manifests/init.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/init.pp b/manifests/init.pp index 0f1504d7..5465c580 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -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, ) {