From 4ed9def99c99a6d5c21af18eb0b73a1d6081cbee Mon Sep 17 00:00:00 2001 From: Tails developers Date: Tue, 23 Oct 2012 15:03:54 +0200 Subject: Convert the reprepro class to parametrized format We remove the deprecated dynamic lookup for variables and now have them as class parameters. The reprepro::cron and reprepro::inoticoming classes have been integrated in the reprepro class as two boolean arguments. As these are not mutually exclusive, it is cleaner that way. We add a test manifest for the reprepro class along the way. --- README | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'README') diff --git a/README b/README index 2114f2d..64f4a90 100644 --- a/README +++ b/README @@ -1,8 +1,8 @@ -Variables -========= +Parameters +========== -$reprepro_manage_distributions_conf, $reprepro_manage_incoming_conf -------------------------------------------------------------------- +manage_distributions_conf, manage_incoming_conf +----------------------------------------------- If true, the content of -respectively- the conf/distributions and conf/incoming files is managed by this module. Else, only the @@ -10,18 +10,18 @@ existence, ownership and permissions are. Default: true. -$reprepro_basedir_mode ------------------------ +basedir_mode +------------ This module manages the reprepro base directory and sets its -permissions to $reprepro_basedir_mode. +permissions to `basedir_mode`. Default: 0771 -$reprepro_incoming_mode ------------------------ +incoming_mode +------------- This module manages the reprepro incoming directory and sets its -permissions to $reprepro_incoming_mode. +permissions to `incoming_mode`. Default: 1777 -- cgit v1.2.3