Issue #18409 has been updated by Dawn Foster. Status changed from Unreviewed to Closed
Cleaning up old bugs. This looks like it's in the wrong bug tracker. If it's still an issue, you can open it as a new ticket here: https://tickets.puppetlabs.com ---------------------------------------- Bug #18409: The use of variable $ id https://projects.puppetlabs.com/issues/18409#change-102616 * Author: nan wu * Status: Closed * Priority: Normal * Assignee: Zack Smith * Category: * Target version: * Keywords: $id * Branch: ---------------------------------------- In my site.pp,file { "C:/XSpeedRunStop/": source => "puppet://puppet-test-02/files/XSpeedRunStop", recurse => true, owner => $id, group => $id+"s", mode => 777, } But it does not have any reaction when I first performed.when i changed the owner => $id to the owner => client-01\administrator,Perform kick command,This module performs.Then changed the owner => client-01\administrator to owner => $id,To perform kick command again,This module performs.In short, when I first execution, use $ id, the module does not perform,This is a bug? -- You have received this notification because you have either subscribed to it, or are involved in it. To change your notification preferences, please click here: http://projects.puppetlabs.com/my/account -- You received this message because you are subscribed to the Google Groups "Puppet Bugs" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/puppet-bugs. For more options, visit https://groups.google.com/groups/opt_out.
