Correct bashrc path
This commit is contained in:
parent
830ca960a2
commit
db2bf397b9
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
Reference in New Issue