Puppet Class: badstation::ppl::sunshine

Defined in:
manifests/ppl/sunshine.pp

Overview



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

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