cellinfo
/
puppet-root
Archived
2
0
Fork 0

Correct bashrc path

This commit is contained in:
Jeremy Gardais 2016-11-28 14:55:23 +01:00
parent 830ca960a2
commit db2bf397b9
2 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
# == Private class: root::configuration # == Private class: root::config
# #
class root::configuration { class root::config {
File { File {
owner => root, owner => root,
@ -19,4 +19,4 @@ class root::configuration {
content => template($root::bashrc_content), content => template($root::bashrc_content),
} }
} # Private class: root::configuration } # Private class: root::config

View File

@ -5,7 +5,7 @@ class root::params {
$profile_path = '/root/.profile' $profile_path = '/root/.profile'
$profile_content = 'root/preferences/profile.erb' $profile_content = 'root/preferences/profile.erb'
$bashrc_path = 'root/.bashrc' $bashrc_path = '/root/.bashrc'
$bashrc_content = 'root/preferences/bashrc.erb' $bashrc_content = 'root/preferences/bashrc.erb'
} # Private class: root::params } # Private class: root::params