1# Put this ini-file in the same directory as spacewalk.py
2# Command line options have precedence over options defined in here.
3
4[spacewalk]
5# To limit the script on one organization in spacewalk, uncomment org_number
6# and fill in the organization ID:
7# org_number=2
8
9# To prefix the group names with the organization ID set prefix_org_name=true.
10# This is convenient when org_number is not set and you have the same group names
11# in multiple organizations within spacewalk
12# The prefix is "org_number-"
13prefix_org_name=false
14
15# Default cache_age for files created with spacewalk-report is 300sec.
16cache_age=300
17