#1094: resource aliases aren't being validated
------------------------------------+---------------------------------------
Reporter: whaymand | Owner: luke
Type: defect | Status: new
Priority: normal | Milestone: 0.24.3
Component: library | Version: 0.24.2
Severity: normal | Resolution:
Keywords: resource require alias | Stage: Accepted
Patch: None | Complexity: Unknown
------------------------------------+---------------------------------------
Comment (by Fujin):
Ugh, I managed to munge that comment quite well.
Workaround:
{{{
[EMAIL PROTECTED] /tmp# cat test2.pp
#!/usr/bin/env puppet
file {
"filealiastest":
path => "/tmp",
ensure => present;
"/tmp/testing":
ensure => present,
require => File[filealiastest];
}
[EMAIL PROTECTED] /tmp# ./test2.pp
notice: //File[/tmp/testing]/ensure: created
}}}
--
Ticket URL: <http://reductivelabs.com/trac/puppet/ticket/1094#comment:6>
puppet <http://reductivelabs.com>
Puppet - Portable System Automation
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Puppet Bugs" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/puppet-bugs?hl=en
-~----------~----~----~----~------~----~------~--~---