## Path:	System/Profilemanagement/SCPM
## Description: SCPM (System Configuration Profile Management) is a\
## system to manage different configuration settings.
## Path:	System/Profilemanagement/SCPM
## Type:	yesno
## Default:	yes
# Print verbose messages
VERBOSE="yes"

## Path:	System/Profilemanagement/SCPM
## Type:	yesno
## Default:	no
# Log debug messages
DEBUG=""

## Path:	System/Profilemanagement/SCPM
## Type:	list(normal,skip,force)
## Default:	normal
# Sets the default behaviour when switching profiles
# normal  ask what to do with changes
# skip    drop changes
# force   save changes
SWITCH_MODE="normal"

## Path:	System/Profilemanagement/SCPM
## Type:	list(force,skip,backup)
## Default:	force
# Defines the behaviour when booting into a profile
# force   save changes
# skip    drop changes
# backup  create a profile named _boot (obsolete)
BOOT_MODE="force"

## Path:	System/Profilemanagement/SCPM
## Type:	yesno
## Default:	yes
# If set to yes, scpm will write boot information to /boot/message
# which can be used by GRUB
WRITE_BOOT_CONFIG="yes"

## Path:	System/Profilemanagement/SCPM
## Type:	string
## Default:	/var/log/scpm
# Defines the location of the log file
#
# May be also "syslog" for logging via syslog or "stderr"
# for console logging
LOGFILE="/var/log/scpm"

## Path:	System/Profilemanagement/SCPM
## Type:	string
## Default:	/var/lib/scpm/scdb/scdb.db
# Location of database file
DBFILE="/var/lib/scpm/scdb/scdb.db"

## Path:	System/Profilemanagement/SCPM
## Type:	string
## Default:	/usr/lib/scpm
# Root directory of SCPM data
# Do not change!
LIBDIR="/usr/lib/scpm"

## Path:	System/Profilemanagement/SCPM
## Type:	string
## Default:	/var/lib/scpm/profiles
# Defines where the profile data gets stored
PROFILEDIR="/var/lib/scpm/profiles"

## Path:	System/Profilemanagement/SCPM
## Type:	string
## Default:	/etc/scpm.users
# Configuration file for non-root users allowed to use SCPM
USERSFILE="/etc/scpm.users"
