mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-04 05:53:43 +00:00 
			
		
		
		
	kandra: Ensure that the nagios known_hosts exist before running autossh.
This commit is contained in:
		
				
					committed by
					
						
						Tim Abbott
					
				
			
			
				
	
			
			
			
						parent
						
							13e28fc3ac
						
					
				
				
					commit
					eaef12ce3a
				
			@@ -118,7 +118,10 @@ class kandra::profile::nagios inherits kandra::profile::base {
 | 
			
		||||
 | 
			
		||||
  file { "${zulip::common::supervisor_conf_dir}/autossh_tunnels.conf":
 | 
			
		||||
    ensure  => file,
 | 
			
		||||
    require => Package['supervisor', 'autossh'],
 | 
			
		||||
    require => [
 | 
			
		||||
      Package['supervisor', 'autossh'],
 | 
			
		||||
      Kandra::User_Dotfiles['nagios'],
 | 
			
		||||
    ],
 | 
			
		||||
    mode    => '0644',
 | 
			
		||||
    owner   => 'root',
 | 
			
		||||
    group   => 'root',
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user