mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-04 05:53:43 +00:00 
			
		
		
		
	puppet: Add basic configuration for Ubuntu bionic.
This commit is contained in:
		@@ -37,17 +37,19 @@ class zulip::base {
 | 
			
		||||
    '15.04' => 'vivid',
 | 
			
		||||
    '15.10' => 'wily',
 | 
			
		||||
    '16.04' => 'xenial',
 | 
			
		||||
    '18.04' => 'bionic',
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
  $postgres_version = $release_name ? {
 | 
			
		||||
    'wheezy'  => '9.1',
 | 
			
		||||
    'jessie'  => '9.4',
 | 
			
		||||
    'stretch'  => '9.6',
 | 
			
		||||
    'stretch' => '9.6',
 | 
			
		||||
    'precise' => '9.1',
 | 
			
		||||
    'trusty'  => '9.3',
 | 
			
		||||
    'vivid'   => '9.4',
 | 
			
		||||
    'wily'    => '9.4',
 | 
			
		||||
    'xenial'  => '9.5',
 | 
			
		||||
    'bionic'  => '10',
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
  $normal_queues = [
 | 
			
		||||
 
 | 
			
		||||
@@ -3,6 +3,8 @@ class zulip::static_asset_compiler {
 | 
			
		||||
    $closure_compiler_package = 'libclosure-compiler-java'
 | 
			
		||||
  } elsif $zulip::base::release_name == 'xenial' {
 | 
			
		||||
    $closure_compiler_package = 'closure-compiler'
 | 
			
		||||
  } elsif $zulip::base::release_name == 'bionic' {
 | 
			
		||||
    $closure_compiler_package = 'closure-compiler'
 | 
			
		||||
  } elsif $zulip::base::release_name == 'stretch' {
 | 
			
		||||
    $closure_compiler_package = 'closure-compiler'
 | 
			
		||||
  }
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user