This commit is contained in:
Micke Nordin 2024-06-05 11:17:12 +02:00
parent a4d0afe9fd
commit 717350780f
2 changed files with 1 additions and 1 deletions

View file

@ -64,7 +64,7 @@ class sunetdrive::scriptreceiver()
}
file { '/root/.bashrc':
ensure => file,
content => template('sunetdrive/scriptreceiver/baschrc.erb.sh'),
content => template('sunetdrive/scriptreceiver/bashrc.erb.sh'),
mode => '0644',
owner => 'root',
group => 'root',