search for: bashrc_

Displaying 2 results from an estimated 2 matches for "bashrc_".

Did you mean: bashrc
2007 Aug 16
0
No subject
...uot;], } file { "${homefs}/$name/.bashrc": ensure => present, owner => $home_owner, group => $home_group, mode => 640, require => File["${homefs}/$name"], source => "puppet://10.1.0.70/users/bashrc_$name", } file { "${homefs}/$name/.bash_profile": ensure => "${homefs}/$name/.bashrc", owner => $home_owner, group => $home_group, require => File["${homefs}/$name/.bashrc"], } } > Either way it soun...
2007 Aug 22
12
Virtual resource not found
Hi All, I asked on IRC but didn''t have everything organized and most people seemed busy. Hoping someone can see what I''m missing here. I''m trying to create a network module, used similar to the ''users'' configuration described in the Best Practices document. I have a users module which has that and it works with similar syntax to below. If I