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.
|
# == 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
|