2016-01-21 23:42:40 +01:00

16 lines
532 B
Plaintext

$NetBSD: patch-ad,v 1.5 2015/08/17 13:20:43 fhajny Exp $
Add NetBSD and update support to the pkgin provider.
--- lib/puppet/provider/package/pkgin.rb.orig 2015-08-14 08:28:22.519663101 +0000
+++ lib/puppet/provider/package/pkgin.rb
@@ -5,7 +5,7 @@ Puppet::Type.type(:package).provide :pkg
commands :pkgin => "pkgin"
- defaultfor :operatingsystem => [ :dragonfly , :smartos ]
+ defaultfor :operatingsystem => [ :dragonfly , :smartos , :netbsd ]
has_feature :installable, :uninstallable, :upgradeable, :versionable