My Recent Pastes (92 and counting)
Pastes by stick (92 and counting)
Below are the 2 most recent pasties by stick.
July 19, 2007
3:55PM EDT
by stick
View all 10 lines
class root_password { package { ruby-shadow: ensure => installed } user { 'root': name => 'root', password => $root_password ? {
July 19, 2007
3:23PM EDT
by stick
View all 7 lines
class root_password { package { ruby-shadow: ensure => installed } user { 'root': name => 'root', password => $root_password,