From 8996d83489159ec34187a18d18bc0d7566f2cbe5 Mon Sep 17 00:00:00 2001 From: mh Date: Fri, 5 Aug 2011 10:57:13 +0200 Subject: migrate concatenated_file to the concat module --- README | 1 + 1 file changed, 1 insertion(+) (limited to 'README') diff --git a/README b/README index 31c715a..ba287d9 100644 --- a/README +++ b/README @@ -19,6 +19,7 @@ This module needs: - lsb-release installed - the common module: git://labs.riseup.net/shared-common +- the concat module: https://github.com/ripienaar/puppet-concat By default, on normal hosts, this module sets the configuration option DSelect::Clean to 'auto'. On virtual servers, the value is set by default to -- cgit v1.2.3 From 56efade862ca11245fd504d5fb406ae12ee7c924 Mon Sep 17 00:00:00 2001 From: mh Date: Fri, 5 Aug 2011 11:22:05 +0200 Subject: use correct references for new concat usage --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README') diff --git a/README b/README index ba287d9..1b01f88 100644 --- a/README +++ b/README @@ -370,7 +370,7 @@ upgrade_package { "perl": Resources ========= -Concatenated_file[apt_config] +Concat[apt_config] ----------------------------- Use this resource to depend on or add to a completed apt configuration -- cgit v1.2.3 From 1c96159d7e7d37694ae3063132093825eca168fb Mon Sep 17 00:00:00 2001 From: intrigeri Date: Wed, 11 Apr 2012 11:36:31 +0200 Subject: Depend on our shared concat module rather than ripienaar's one. Most of us are likely to use and test against the former. --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README') diff --git a/README b/README index 1b01f88..0504b81 100644 --- a/README +++ b/README @@ -19,7 +19,7 @@ This module needs: - lsb-release installed - the common module: git://labs.riseup.net/shared-common -- the concat module: https://github.com/ripienaar/puppet-concat +- the concat module: git://labs.riseup.net/shared-concat By default, on normal hosts, this module sets the configuration option DSelect::Clean to 'auto'. On virtual servers, the value is set by default to -- cgit v1.2.3 From ee33741aa1fb892cacd93d816f43093a201044a6 Mon Sep 17 00:00:00 2001 From: intrigeri Date: Wed, 11 Apr 2012 11:37:24 +0200 Subject: Fix formatting. --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README') diff --git a/README b/README index 0504b81..fdae462 100644 --- a/README +++ b/README @@ -371,7 +371,7 @@ Resources ========= Concat[apt_config] ------------------------------ +------------------ Use this resource to depend on or add to a completed apt configuration -- cgit v1.2.3