forked from ungleich-public/cdist
		
	[timezone] + alpine support
This commit is contained in:
		
					parent
					
						
							
								978aee668c
							
						
					
				
			
			
				commit
				
					
						c801fb4965
					
				
			
		
					 3 changed files with 5 additions and 3 deletions
				
			
		| 
						 | 
					@ -1,6 +1,7 @@
 | 
				
			||||||
#!/bin/sh -e
 | 
					#!/bin/sh -e
 | 
				
			||||||
#
 | 
					#
 | 
				
			||||||
# 2012 Steven Armstrong (steven-cdist at armstrong.cc)
 | 
					# 2012 Steven Armstrong (steven-cdist at armstrong.cc)
 | 
				
			||||||
 | 
					# 2019 Nico Schottelius (nico-cdist at schottelius.org)
 | 
				
			||||||
#
 | 
					#
 | 
				
			||||||
# This file is part of cdist.
 | 
					# This file is part of cdist.
 | 
				
			||||||
#
 | 
					#
 | 
				
			||||||
| 
						 | 
					@ -29,7 +30,7 @@ if [ "$timezone_is" = "$timezone_should" ]; then
 | 
				
			||||||
fi
 | 
					fi
 | 
				
			||||||
 | 
					
 | 
				
			||||||
case "$os" in
 | 
					case "$os" in
 | 
				
			||||||
   ubuntu|debian|devuan|coreos)
 | 
					   ubuntu|debian|devuan|coreos|alpine)
 | 
				
			||||||
      echo "echo \"$timezone_should\" > /etc/timezone"
 | 
					      echo "echo \"$timezone_should\" > /etc/timezone"
 | 
				
			||||||
   ;;
 | 
					   ;;
 | 
				
			||||||
esac
 | 
					esac
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -2,7 +2,7 @@
 | 
				
			||||||
#
 | 
					#
 | 
				
			||||||
# 2011 Ramon Salvadó (rsalvado at gnuine dot com)
 | 
					# 2011 Ramon Salvadó (rsalvado at gnuine dot com)
 | 
				
			||||||
# 2012-2015 Steven Armstrong (steven-cdist at armstrong.cc)
 | 
					# 2012-2015 Steven Armstrong (steven-cdist at armstrong.cc)
 | 
				
			||||||
# 2012 Nico Schottelius (nico-cdist at schottelius.org)
 | 
					# 2012-2019 Nico Schottelius (nico-cdist at schottelius.org)
 | 
				
			||||||
#
 | 
					#
 | 
				
			||||||
# This file is part of cdist.
 | 
					# This file is part of cdist.
 | 
				
			||||||
#
 | 
					#
 | 
				
			||||||
| 
						 | 
					@ -26,7 +26,7 @@ timezone="$__object_id"
 | 
				
			||||||
os=$(cat "$__global/explorer/os")
 | 
					os=$(cat "$__global/explorer/os")
 | 
				
			||||||
 | 
					
 | 
				
			||||||
case "$os" in
 | 
					case "$os" in
 | 
				
			||||||
    archlinux|debian|ubuntu|devuan)
 | 
					    archlinux|debian|ubuntu|devuan|alpine)
 | 
				
			||||||
        __package tzdata
 | 
					        __package tzdata
 | 
				
			||||||
        export require="__package/tzdata"
 | 
					        export require="__package/tzdata"
 | 
				
			||||||
    ;;
 | 
					    ;;
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -4,6 +4,7 @@ Changelog
 | 
				
			||||||
next:
 | 
					next:
 | 
				
			||||||
	* Type __package: Add __package_apk support (Nico Schottelius)
 | 
						* Type __package: Add __package_apk support (Nico Schottelius)
 | 
				
			||||||
	* Type __start_on_boot: Add alpine support (Nico Schottelius)
 | 
						* Type __start_on_boot: Add alpine support (Nico Schottelius)
 | 
				
			||||||
 | 
						* Type __timezone: Add alpine support (Nico Schottelius)
 | 
				
			||||||
	* Type __start_on_boot: gentoo: check all runlevels in explorer (Nico Schottelius)
 | 
						* Type __start_on_boot: gentoo: check all runlevels in explorer (Nico Schottelius)
 | 
				
			||||||
	* New type: __package_apk (Nico Schottelius)
 | 
						* New type: __package_apk (Nico Schottelius)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue