Puppet: System Administration Automated

Support

Ticket #1191 (closed defect: fixed)

Opened 7 months ago

Last modified 7 months ago

[PATCH] portorigin_glob support in ports provider

Reported by: trombik Assigned to: luke
Priority: normal Milestone:
Component: library Version: 0.24.4
Severity: normal Keywords: FreeBSD ports
Cc: Triage Stage: Ready for checkin
Attached Patches: Code Complexity: Easy

Description

when there are multiple packages like postfix, postfix22 and postfix-current, you cannot install one of them using 'package {"postfix": ensure => installed }'.

but if you specify 'mail/postfix', pkg_info cannot find postfix, thus puppet always executes portupgrade even when 'postfix' is installed.

Attachments

patch-lib-puppet-provider-package-ports (0.9 kB) - added by trombik on 04/16/08 10:04:49.

Change History

04/16/08 10:04:49 changed by trombik

  • attachment patch-lib-puppet-provider-package-ports added.

04/16/08 10:05:34 changed by trombik

  • complexity changed from Unknown to Easy.
  • version set to 0.24.4.
  • patch changed from None to Code.

04/17/08 06:47:46 changed by jamtur01

  • stage changed from Unreviewed to Needs more info.

Could you please provide a test for this?

04/17/08 07:23:29 changed by jamtur01

  • owner changed from community to jamtur01.
  • stage changed from Needs more info to Accepted.

Ignore previous I'll do it.

04/19/08 13:34:01 changed by jamtur01

  • owner changed from jamtur01 to luke.
  • stage changed from Accepted to Ready for checkin.

Pushed in commit [57fd88be52d07cf1fc09bd213ce096100c95c502] in branch 0.24.x

04/20/08 06:34:13 changed by luke

  • status changed from new to closed.
  • resolution set to fixed.

Merged and pushed.