mirror of
https://github.com/zulip/zulip.git
synced 2025-11-10 17:07:07 +00:00
puppet: Make humbug's authorized_keys file owned by humbug.
(imported from commit 4237203722d7782cb5c479e408966494bc703149)
This commit is contained in:
@@ -51,12 +51,16 @@ class humbug_base {
|
|||||||
ensure => file,
|
ensure => file,
|
||||||
require => File['/home/humbug/.ssh'],
|
require => File['/home/humbug/.ssh'],
|
||||||
mode => 600,
|
mode => 600,
|
||||||
|
owner => "humbug",
|
||||||
|
group => "humbug",
|
||||||
source => '/root/humbug/servers/puppet/files/authorized_keys',
|
source => '/root/humbug/servers/puppet/files/authorized_keys',
|
||||||
}
|
}
|
||||||
|
|
||||||
file { '/home/humbug/.ssh':
|
file { '/home/humbug/.ssh':
|
||||||
ensure => directory,
|
ensure => directory,
|
||||||
require => User['humbug'],
|
require => User['humbug'],
|
||||||
|
owner => "humbug",
|
||||||
|
group => "humbug",
|
||||||
mode => 600,
|
mode => 600,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user