mirror of
https://github.com/zulip/zulip.git
synced 2025-11-09 16:37:23 +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,
|
||||
require => File['/home/humbug/.ssh'],
|
||||
mode => 600,
|
||||
owner => "humbug",
|
||||
group => "humbug",
|
||||
source => '/root/humbug/servers/puppet/files/authorized_keys',
|
||||
}
|
||||
|
||||
file { '/home/humbug/.ssh':
|
||||
ensure => directory,
|
||||
require => User['humbug'],
|
||||
owner => "humbug",
|
||||
group => "humbug",
|
||||
mode => 600,
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user