Puppet: System Administration Automated

Support

Ticket #931 (closed defect: fixed)

Opened 11 months ago

Last modified 11 months ago

Directories specified with slashes cannot be found in configuration graph

Reported by: luke Assigned to: luke
Priority: high Milestone: misspiggy
Component: library Version:
Severity: normal Keywords: file
Cc: Triage Stage: Accepted
Attached Patches: None Complexity: Unknown

Description

The following code fails:

file { "/Users/luke/": check => owner }

With the following error:

Could not find vertex for File[/Users/luke/] when converting to type

The problem is clearly that Puppet strips trailing slashes.

Change History

11/28/07 00:24:33 changed by luke

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

Fixed in [0ef6b9579df65adda51389a2ab3e514ef42afa14].