You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the ::kernel fact is not defined then Package[wget] is not set and so define wget::fetch => exec { "wget-${name}": also fails.
Additionally Package[wget] is only set when $manage_package is set to true.
Not sure what a fix would look like, I wonder if some extra logic to not depend on the the Package[wget] if the ::kernel fact isn't true or $manage_package is false. I also wonder what happens to the exec if the kernel is set to FreeBSD.
The text was updated successfully, but these errors were encountered:
When the
::kernel
fact is not defined thenPackage[wget]
is not set and so definewget::fetch
=>exec { "wget-${name}":
also fails.Additionally
Package[wget]
is only set when$manage_package
is set to true.Not sure what a fix would look like, I wonder if some extra logic to not depend on the the
Package[wget]
if the::kernel
fact isn't true or$manage_package
is false. I also wonder what happens to the exec if the kernel is set to FreeBSD.The text was updated successfully, but these errors were encountered: