My Recent Pastes (92 and counting)

Pastes by stick (92 and counting)

Pages:

Below are the 2 most recent pasties by stick.

July 19, 2007
3:55PM EDT
by stick

class root_password {
    package { ruby-shadow: ensure => installed }
    user { 'root':
        name     => 'root',
        password => $root_password ? {

July 19, 2007
3:23PM EDT
by stick

class root_password {
    package { ruby-shadow: ensure => installed }
    user { 'root':
        name     => 'root',
        password => $root_password,

Previous page