cellinfo
/
puppet-root
Archived
2
0
Fork 0
This repository has been archived on 2020-11-04. You can view files and clone it, but cannot push or open issues or pull requests.
puppet-root/manifests/params.pp

12 lines
264 B
Puppet

# == Private class: root::params
#
class root::params {
$profile_path = '/root/.profile'
$profile_content = 'root/preferences/profile.erb'
$bashrc_path = 'root/.bashrc'
$bashrc_content = 'root/preferences/bashrc.erb'
} # Private class: root::params