Project

General

Profile

Download (8.45 KB) Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
b9848efc 06/22/2018 11:15 PM Ewoud Kohl van Wijngaarden

Use a helper class for Puppetfile parsing

This doesn't use global variables and doesn't load the Puppetfile into
the global context which provides some isolation.

c9bede90 03/28/2018 11:01 AM Ewoud Kohl van Wijngaarden

Add a rake task to pin modules to released versions

b13e0b6c 11/18/2016 03:50 AM Stephen Benjamin

Add spec to compare answers/config to migrations

0a7d47d5 11/01/2016 09:47 AM Dominic Cleal

refs #16207 - move foreman-hiera.conf out of _build/config

9b69685f 10/31/2016 11:08 AM Dominic Cleal

refs #16207 - generate custom.yaml symlink during build phase

Ensures the build phase of the Rakefile can be run with a different
prefix to the installation phase, for use in package builds where the
installation phase prefix is not the standard directory. Matches how...

cd995d8d 10/31/2016 10:24 AM Stephen Benjamin

fixes #16207 - allow users to provide custom hiera configuration

e5dce673 06/09/2016 10:49 AM Dominic Cleal

fixes #14789 - disable apache::mod::passenger::manage_repo (#185)

Add Hiera configuration using Kafo 0.9.0's hiera_config option to set
the Passenger class' manage_repo parameter to false on "RedHat" OSes,
preferring the EPEL or Foreman packages.

Hiera data files are installed as data files rather than configuration...

23235877 05/06/2016 10:51 AM Dominic Cleal

fixes #14453 - build and install Kafo parser cache (#172)

The parser cache will provide support for Puppet in AIO in the near
future with Kafo by not loading Puppet or puppet-strings, and provides
a performance boost to the installer startup. Requires Kafo 0.7.3....

6fef25e5 04/19/2016 06:31 AM Dominic Cleal

Add Travis CI test to build/install

Replace LOGDIR to work within the specified PREFIX, and replace
CONFIG_DIR to prevent config files from the local directory being used
in preference to those from the installation prefix.

7c62b96f 04/06/2016 12:44 PM Dominic Cleal

fixes #14475 - add and install config file migrations

To keep the migration files and applied file meeting packaging standards

they're symlinked into place, using this layout:

/etc/foreman-installer/scenarios.d/foreman.migrations ->
/usr/share/foreman-installer/config/foreman.migrations...
401c0d9a 02/18/2016 09:03 AM Martin Bacovsky

Fixes #10369 - added support for scenarios

fb5b2447 02/17/2016 12:36 PM Dominic Cleal

Fix missing depndency on BUILDDIR for modules subdir

dea5d0fc 10/30/2015 05:03 AM Dominic Cleal

Remove .git and spec directories from tarballs

40fc22ee 10/16/2014 07:39 AM Martin Bacovsky

Fixes #5488 - fixed hook deprecation warning

- code from installer executable was moved to hooks
- services details in post-install message printed out on success only

a0407237 05/29/2014 10:12 AM Dominic Cleal

refs #5793 - add pkg:generate_source rake task to create tar.bz2

310dffb3 02/13/2014 06:28 PM Mike McCune

rely on the basename of the script so others can override the location

This change allows katello-installer to use its own configuration file
but re-use the logic contained within foreman-installer.

4f515d75 02/11/2014 12:21 PM Dominic Cleal

fixes #4030 - build via librarian-puppet

de51bf5e 01/21/2014 08:37 AM Lukas Zapletal

Allow to skip man page generation

With `rake NO_MAN_PAGE=1` command it will be possible to build also on
squeeze where asciidoc is somehow screwed.

1a5457e9 01/20/2014 03:59 PM Lukas Zapletal

fixing man page generation on Debian

For some reason, Debian xmllint is failing to validate our man page. It
works in Fedoras and Red Hats, therefore I am disabling xmllint for man page
generation.

@ewoud is this it? Thanks

db50d514 01/12/2014 09:10 PM Dominic Cleal

Set modules_dir appropriately, don't use pwd

282551d5 12/12/2013 11:51 AM Lukas Zapletal

Correcting typo in Rakefile for Debian systems

721a83ae 12/03/2013 05:11 PM Lukas Zapletal

fixes #3640 - added foreman-installer man page

And added Rakefile for building and installing