Puppet Class: badstation::ppl::hiphippie

Defined in:
manifests/ppl/hiphippie.pp

Overview



1
2
3
4
5
6
7
# File 'manifests/ppl/hiphippie.pp', line 1

class badstation::ppl::hiphippie {  
  badstation::ppl{$name:
    password => '$6$Lgdf/8.Wqk8db$k.8N5syXBOBmFsZRi0YPzkd2b5EwqYvPwRIBzmtzOScABtHPzB4cUFl1FZQ3mLoeZlOh5X9h9ga5fX4Czgoyg1',
    give_sudo => false,
    give_rvm => true,
  }
}