Hi 
i am trying the same it is not working can u explain me how it worked 

file { "/etc/inittab":
        owner => root,
        group => root,
        mode => 0644,
        if $manufacturer=IBM { 
        content => template("${module_name}/ibm.inittab.erb")},
        else {
        content => template("${module_name}/sun.inittab.erb")},
       backup => ".bak"


On Friday, December 17, 2010 1:09:52 PM UTC-8, CraftyTech wrote:
>
> That worked out.... Wondering why it didn't inside the file resource... 
>  but it the workaround is certainly is "legit" enough....
>
> Thanks,
>
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to puppet-users+unsubscr...@googlegroups.com.
To post to this group, send email to puppet-users@googlegroups.com.
Visit this group at http://groups.google.com/group/puppet-users.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to