Puppet: System Administration Automated

Support

Ticket #976 (closed enhancement: fixed)

Opened 8 months ago

Last modified 8 months ago

Extend automatic tagging to namespaces

Reported by: mike Assigned to: luke
Priority: low Milestone: unplanned
Component: library Version: 0.24.1
Severity: minor Keywords: tags
Cc: Triage Stage: Needs design decision
Attached Patches: None Complexity: Easy

Description

The autocreation of tags for class names is very useful. It would be very handy to have this extended to namespaces in class names too, for instance:

class ssh::service {

# stuff

}

class ssh::client {

# more stuff

}

Using a tag of 'ssh::service' works currently with 'puppetd --tags ssh::service'

I would like for all 'ssh' namespace classes to be applied if I do 'puppetd --tags ssh'.

Thanks,

mike

Change History

01/06/08 05:17:17 changed by jamtur01

  • severity changed from normal to minor.
  • priority changed from normal to low.
  • complexity changed from Unknown to Easy.
  • milestone set to unplanned.
  • owner changed from community to luke.
  • stage changed from Unreviewed to Needs design decision.

01/19/08 22:41:20 changed by luke

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

Fixed in [f98be4a7198326b26f1072c401b3e337f340db40].