我目前正在solaris 10服务器上使用带有source属性和http存储库的puppet安装软件包:
class foobar {
package { "wget":
ensure => installed,
source => 'http://repo/path/wget-1.16.3-sol10-sparc-local',
install_options => [ '-G' ],
adminfile => '/tmp/answer',
}
}
只要我不升级我的包,这样就可以正常工作。 是否有方法来安装软件包的新版本(例如,如果我更改源属性)?