Puppet Class: passwords::statistics::user
- Defined in:
- spec/fixtures/private/modules/passwords/manifests/init.pp
Overview
363 364 365 366 367 368 369 |
# File 'spec/fixtures/private/modules/passwords/manifests/init.pp', line 363
class passwords::statistics::user {
# This password will be used to generate a .git-credentials file
# in the stats user's home directory on stat boxes.
# This allows the stats user to push to gerrit in automated
# cron jobs via http.
$gerrit_http_password = 'yeahrightapass'
}
|