Dont redeclare
This commit is contained in:
parent
8bfa2d58a9
commit
99c88c0c3b
|
@ -62,13 +62,6 @@ class sunetdrive::scriptreceiver()
|
||||||
owner => 'root',
|
owner => 'root',
|
||||||
group => 'root',
|
group => 'root',
|
||||||
}
|
}
|
||||||
file { '/usr/local/bin/get_drive_customers':
|
|
||||||
ensure => file,
|
|
||||||
content => template('sunetdrive/scriptreceiver/get_drive_customers.erb.sh'),
|
|
||||||
mode => '0744',
|
|
||||||
owner => 'root',
|
|
||||||
group => 'root',
|
|
||||||
}
|
|
||||||
file { '/root/.bashrc':
|
file { '/root/.bashrc':
|
||||||
ensure => file,
|
ensure => file,
|
||||||
content => template('sunetdrive/scriptreceiver/baschrc.erb.sh'),
|
content => template('sunetdrive/scriptreceiver/baschrc.erb.sh'),
|
||||||
|
|
Loading…
Reference in a new issue