# defaulf basedir for mirrored repositories default_unless['debmirror']['base_dir'] = '/srv/debmirror' # keyring where debmirror looks for repository keys default_unless['debmirror']['keyring'] = node['debmirror']['base_dir'] + "/.gnupg/trustedkeys.gpg" # the user that runs the scripts: default_unless['debmirror']['mirrors'] = {} # the directory the generated debmirror scripts are placed into: default_unless['debmirror']['script_dir'] = '/etc/debmirror.d' # the user that runs the scripts: default_unless['debmirror']['user'] = 'nobody' default_unless['debmirror']['cron'] = { day: '*', hour: 2, minute: 42 }