Commit Graph

3 Commits

Author SHA1 Message Date
Emilien Macchi d54150a1ad Retire openstack/puppet-tuskar
Tuskar is not maintained anymore.
Further maintenance should be done in stable branches, but master is no
longer supported.

Change-Id: I957ef8dc587086f32c918676a66dd8e247e50280
2016-01-05 16:31:24 -05:00
Denis Egorenko 12849acc66 Switch Tuskar to $::os_service_default
Switch Tuskar params to $::os_service_default fact

Change-Id: I94dcec31f04937374d096ff732c872439580772b
Related-bug: #1515273
2015-11-18 12:45:33 +03:00
Yanis Guenane c4efae01d7 Put all the logging related parameters to the logging class
Currently logging configuration is splitted in two distinct classes,
the api.pp and the logging.pp classes. This review aims to centralize
all logging related parameters in a single class, the logging.pp one.

The impacted parameters are :

  * use_syslog
  * use_stderr
  * log_facility
  * verbose
  * debug
  * log_dir
  * log_file

This change remains backward compatible with what is currently in place.

Change-Id: I6e56123217a38c384734d31e60699f7b76f7dc4a
2015-10-01 09:44:32 +02:00