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