Actions
User story #7480
closedUser story #6844: Add -v and -d to all rudder commands calling cfengine
rudder agent {run,update,inventory} accept -i option but refuse -I - the opposite of CFEngine
Effort required:
Name check:
Fix check:
Regression:
Description
[root@node1 vagrant]# rudder agent run -I /opt/rudder/share/commands/agent-run: illegal option -- I
However, '-i' is accepted. CFEngine accepts the opposite, as show in the code:
while getopts "ivdcb:" opt; do case $opt in i) VERBOSITY="-I" ;;
This is very confusing. I propose to add support for -I too.
Updated by Jonathan CLARKE almost 9 years ago
- Status changed from New to In progress
- Assignee set to Jonathan CLARKE
Updated by Jonathan CLARKE almost 9 years ago
- Status changed from In progress to Pending technical review
- Assignee changed from Jonathan CLARKE to Benoît PECCATTE
- Pull Request set to https://github.com/Normation/rudder-agent/pull/28
Updated by Benoît PECCATTE almost 9 years ago
- Tracker changed from Bug to User story
Updated by Jonathan CLARKE almost 9 years ago
- Status changed from Pending technical review to Pending release
- % Done changed from 0 to 100
Applied in changeset rudder-agent|37ce3afbb0a32eb7866e5e594ad92e3cff5a05cf.
Updated by Benoît PECCATTE almost 9 years ago
Applied in changeset rudder-agent|50e57232828a07598f5bae66e5df1d3219cd5287.
Updated by Jonathan CLARKE almost 9 years ago
- Related to User story #7535: rudder agent {run,update,inventory} should activate ncf's verbose output with -I switch added
Updated by Benoît PECCATTE almost 9 years ago
- Category changed from System integration to Agent
Updated by Jonathan CLARKE almost 9 years ago
Applied in changeset rudder-agent|aaea9fb6b28d500dcb75a33f36fc5e82ec11c00e.
Updated by Vincent MEMBRÉ almost 9 years ago
- Status changed from Pending release to Released
This bug has been fixed in Rudder 3.2.0~beta1 which was released today.
Actions