## defaults for module: base-services
##
##
[service]

  # servers
  #
  file		undef
  nfs		::service.file::
  ftp		::service.file::
  repos		::service.file::
  bazaar	::service.file::
  git		::service.file::
  print		::service.file::
  homes		::service.file::
  scanner	::service.file::
  syslog	::service.file::
  gateway	::service.file::	# name, not ip

  db		::service.file::

  auth		undef
  ldap		::service.auth::
  ldap_master	::service.auth::
  dhcp		::service.auth::

  www		undef
  mail		::service.www::
  smtp		::service.mail::

  monitor	::service.file::
  archive	::service.file::

  # rsync service; can have ":" appended, if use rsync modules on remote
  #
  backup	NONE

  # better to use an ip instead of dns entry, here, eg:
  #   proxy		::network.network::.201:3128
  #
  proxy		undef

  # solo indirizzi ip per i servizi seguenti
  #
  dns		::network.network::.201
  check		::network.network::.201		# per sapere se network attivo

  # default (pubblic) timeservers, the client machines
  # should use an internal server (set ''timesync'' in
  # the appropriate way)
  #
  pub_ntpservers \
  	0.europe.pool.ntp.org \
  	1.europe.pool.ntp.org \
  	2.europe.pool.ntp.org \
  	3.europe.pool.ntp.org

  time		::service.pub_ntpservers::

  rdate		kubit.ch


# network services ports
#
[netservice]
  kubackup		19001
  #kusacli		19002	# obsoleted 2016.09.08
  kubackup_status	19003


# paths (eg: datadirs & repositories)
#
[path]
  datadir	/w
  #datadir2
  tmpdir	/tmp
  rundir	/var/run

  # main slots
  arcdir	::path.datadir::/arc
  ftpdir	::path.datadir::/ftp
  reposdir	::path.datadir::/ftp	# default, the same of ftp dir
  prjdir	::path.datadir::/prj
  workdir	::path.datadir::/work
  wwwdir	::path.datadir::/www
  dbdir		::path.datadir::/db
  homes		::path.datadir::/home
  homes-ftp	::path.datadir::/home-ftp
  shares	::path.datadir::/shares

  gitdir	::path.dbdir::/git

[jtools]
  path		::path.prjdir::\:::path.datadir::/server/prj\:::path.workdir::\:::path.datadir::
  user		kusa
  group		::customer.shortname::
  verbose	false
  scmurl	git@::service.git::

