summaryrefslogtreecommitdiff
path: root/manifests/repository.pp
AgeCommit message (Collapse)Author
2013-02-13fix missing commaHEADmasterMicah Anderson
2013-02-13add customizable incoming sourceMicah Anderson
2013-02-13add $incoming_source variable to allow for customizing the incoming ↵add_customizable_incomingMicah Anderson
configuration, set to the original by default
2013-02-13Merge branch 'add_customizable_distributions' into leapMicah Anderson
Conflicts: manifests/repository.pp
2013-02-13add possibility to have a customizable distributions templateadd_customizable_distributionsMicah Anderson
2013-02-13Merge branch 'add_customizable_index' into leapMicah Anderson
Conflicts: manifests/repository.pp
2013-02-13add the ability to have a customized index.htmladd_customizable_indexMicah Anderson
2013-02-13Merge branch 'fix_missingdependency' into leapMicah Anderson
2013-02-13Merge branch 'add_secringsource' into leapMicah Anderson
Conflicts: manifests/repository.pp
2013-02-13add a service dependency on the reprepro package, without it, the following ↵fix_missingdependencyMicah Anderson
can occur: err: /Stage[main]/Reprepro/Service[reprepro]: Could not evaluate: Could not find init script for 'reprepro'
2013-02-13add a $secring_source parameter to allow for specifying a file resource ↵add_secringsourceMicah Anderson
source for the .gnupg/secring.gpg, setting it to undef by default
2013-02-13make Signwith configurable, defaulting to the previous setting (yes)add_signwithMicah Anderson
2013-02-13lint current state of the modulelintMicah Anderson
2013-01-07Revert "make sure the user belongs to the right group if we haven't created it"Antoine Beaupré
This reverts commit a33c09dd96f310e997c2365ebfd23860b65e61f4.
2013-01-07reprepro shouldn't be able to write to uploadersAntoine Beaupré
2013-01-07make sure the user belongs to the right group if we haven't created itAntoine Beaupré
2013-01-07really remove inotify classAntoine Beaupré
2013-01-07get rid of the inotify class as this was failing if it wasn't usedAntoine Beaupré
2013-01-07make the user/group customizable per repositoryAntoine Beaupré
2013-01-07split all resources in their own filesAntoine Beaupré