When running repositor --repo=reponame --init as a non root user, I was getting the error
mkdir File::Path: Permission denied at /usr/local/share/perl/5.20.2/Rex/Repositorio/Repository/Apt.pm line 421.
The repositor user had read/write permission on the /var/www/repo directory. The Yum repository initialization was working correctly. So I updated Apt.pm as per Yum.pm, and the error went away.
When running
repositor --repo=reponame --init
as a non root user, I was getting the errorThe
repositor
user had read/write permission on the/var/www/repo directory
. The Yum repository initialization was working correctly. So I updatedApt.pm
as perYum.pm
, and the error went away.Fixes #49