summaryrefslogtreecommitdiff
path: root/templates/uploaders.erb
AgeCommit message (Collapse)Author
2012-10-25Add warnings for file that are managed by PuppetTails developers
2012-10-25Convert the reprepro class to parametrized formatTails developers
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.
2012-10-23Refer to variables using Ruby instance variables in templatesTails developers
This is the recommended way, as it prevents clashes with Ruby function names.
2010-05-08Checking for $reprepro_uploadersSilvio Rhatto
2010-05-08Using templates instead of plain config files, adding $reprepro_basedirSilvio Rhatto