Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
28c3a57a 08/14/2015 07:21 AM Pierre Radermecker

Don't qualified call to defined resource type

Resource names are not limited by scope.

7649d8d0 07/25/2015 03:38 PM Ewoud Kohl van Wijngaarden

Use absolute variables

9dc2cdb1 07/22/2015 07:40 AM Veronika Kabatova

The --foreman-configure-ipa-repo option is no longer required since
the packages are included in RHEL/CentOS versions 6 and 7 now.

Marking the option as deprecated.

2a49c304 07/13/2015 04:05 AM Dominic Cleal

fixes #11069 - add brightbox/passenger-legacy PPA for Passenger

d03a4a1e 03/05/2015 10:11 AM Ewoud Kohl van Wijngaarden

Partial puppet-lint fixes

c0774f90 02/19/2015 06:25 PM Dustin Franklin

Changed apt-key download from refresh-only to having an explicit unless check because if there is no internet access during the installation of the apt sources, then the key will never be added on subsequent puppet runs that do have internet access

e00d7b15 01/15/2015 04:14 AM Nils Domrose

fixes #8880 yum plugins repo, removed rc

Fixes GH-269, GH-264

b5d8e4f4 10/20/2014 09:44 AM Dominic Cleal

refs #7970 - don't let Ruby alternative switch to 1.9 on Ubuntu 12.04

By setting the Ruby alternative to manual mode, installation of the Brightbox
version of Ruby won't automatically change the symlinks to point at ruby1.9.1.

This ensures other applications, including hammer, work as 1.8's the expected...

06d8994f 10/15/2014 10:34 AM Dominic Cleal

refs #7227 - configure Brightbox Ruby NG PPA for Ubuntu 12.04 (precise)

790cfcfb 10/08/2014 05:09 AM Dominic Cleal

refs #7234 - install foreman-release-scl on EL clones

Foreman-specific SCL release package will replace per-distro SCL configuration
as it's more complex and more up to date.

configure_*_repo logic moved into parameter defaults which also allows users to...

4a8395d4 10/07/2014 03:15 AM Jon Schulz

updating gpgkey url to point to new per-repo key

5def72fe 10/01/2014 11:02 AM Ewoud Kohl van Wijngaarden

Fixes #6015: Enable EPEL7 GPG checking

Since EPEL7 is now out of beta, we can enable GPG checking.

941a9e8e 08/08/2014 08:11 AM Jan Pazdziora

refs #6445 - make identity_demo work on RHEL 7 as well.

378d6024 07/23/2014 05:02 AM Jan Pazdziora

fixes #6445 - Configure external authentication via FreeIPA.

e95c4e87 07/08/2014 04:39 AM Dominic Cleal

refs #4454 - temporarily disable GPG checking on EPEL7

d14d6767 04/30/2014 09:47 AM Clemens Bergmann

more quotes around case statements

69416952 03/12/2014 11:43 AM Greg Sutcliffe

Use matching plugin repo to main repo for apt

f282e045 03/06/2014 09:14 AM Ewoud Kohl van Wijngaarden

Use centos-release-SCL instead of managing the repo

25f85a0d 02/26/2014 12:09 PM Greg Sutcliffe

Refs #3308 - Add plugins repo and new plugin classes

24369213 01/20/2014 05:29 PM Ewoud Kohl van Wijngaarden

Use the production version of CentOS SCL

dce8dedd 01/10/2014 10:12 AM Dominic Cleal

Restrict SCL/EPEL to appropriate OS, add package dependencies

8468de8b 10/07/2013 11:17 PM Ewoud Kohl van Wijngaarden

Add Amazon Linux support

This assumes all Amazon Linux is el6 based. It also explicitly fails on
unsupported operating systems / families.

fc9960ad 06/13/2013 11:50 AM Dmitri Dolguikh

fixes #2629 - gpgcheck is now enabled on rc and stable repositories

2feb6150 06/12/2013 04:40 AM Ewoud Kohl van Wijngaarden

Linting

399eb54c 04/02/2013 06:18 AM Byron Miller

fixes #2342 replacing $operatingsystem with $osfamily

7e20a888 12/14/2012 10:25 AM Dominic Cleal

Update to use three yum repos

c7b3916d 12/14/2012 10:24 AM Greg Sutcliffe

Update to use 3 repos

081eb96a 12/04/2012 03:36 AM Jan Vansteenkiste

Various quote / variable enclosed in {} and top scope fixes

78c0ec5a 11/01/2012 10:06 AM Ewoud Kohl van Wijngaarden

Puppet 2.6 compatibility

Puppet 2.6 doesn't allow a trailing comma after the last argument.

176b2144 10/23/2012 10:15 AM Greg Sutcliffe

Fix typo in component name and don't default to nightly

45b62b76 10/23/2012 09:42 AM Greg Sutcliffe

Use new debian repo, remove unused param

217ad0c7 07/26/2012 04:46 PM Sam Kottler

Removed whitespace

312bb1f3 07/26/2012 10:56 AM Sam Kottler

Added new yum repos for 1.0

65728343 06/26/2012 05:53 PM Greg Sutcliffe

Convert repo to a define

fbf57a7a 06/19/2012 09:41 AM Ewoud Kohl van Wijngaarden

puppet-lint fixes

5d8ee6b6 06/12/2012 05:41 PM Greg Sutcliffe

Add $package_source to class params to allow foreman and foreman_proxy classes access

aae58c26 06/11/2012 12:10 PM Ivan Necas

Parameterize `foreman::install::repos` attributes

It makes it easier to share the repo among different modules, such as
`foreman_proxy`.

4dc49816 06/11/2012 12:10 PM Ivan Necas

Parametrize params so that they can be overwritten

Taking the approach from puppet-puppet that allows reuse the manifests by
overriding the params like:

class customized_foreman {
class { '::foreman': passenger => false }
}
d4289c29 05/02/2012 06:07 PM Greg Sutcliffe

Enable choice of repo (for Debian)

827dbbe2 01/19/2012 07:20 AM Jan Vansteenkiste

Puppet-Lint-I-Fied foreman module: Fix quoting and various other fixes

612f7824 11/02/2011 08:16 AM Greg Sutcliffe

Support Ubuntu too

4c642122 11/01/2011 10:57 AM Greg Sutcliffe

Extend each module to support Debian. Tested on Squeeze. Known issues - will not use production database settings - limited to sqlite3

Smart proxy runs and shows in the Foreman UI. Actual control of TFTP
not tested.

fbe5c5bf 10/15/2011 05:44 PM Florian Koch

add Scientificlinux support

dd877942 09/21/2011 10:01 AM Ohad Levy

Fixing yet another small dependency problem

0cd1783b 09/21/2011 09:24 AM Ohad Levy

workaround for required class dependecy problem

8c974670 09/21/2011 07:58 AM Ohad Levy

restructure foreman module