Remove parameter changing code #318
Labels
No labels
bugfix
cleanup
discussion
documentation
doing
done
feature
improvement
packaging
Stale
testing
TODO
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: ungleich-public/cdist#318
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Created by: telmich
Reported by Tim Kersten:
When using __apt_ppa with cdist (testing against latest stable, 2.0.7), I
get the following errors:
ERROR: Object <CdistObject __file/usr/local/bin/remove-apt-repository>
already exists with conflicting parameters:
/Users/tim/cdist/conf/type/__apt_ppa/manifest: {'source':
'/Users/tim/cdist/conf/type/__apt_ppa/files/remove-apt-repository',
'state': 'present', 'mode': '0755'}
/Users/tim/cdist/conf/type/__apt_ppa/manifest: {'source':
'/Users/tim/cdist/conf/type/__apt_ppa/files/remove-apt-repository', 'mode':
'0755'}
Is it possible that the __file/manifest file is causing this when setting a
"default" state parameter? I haven't investigated it much, but couldn't see
why else I'd get this error.
Kindest Regards,
Tim ^,^
Created by: telmich
fixed by commit
0eda579
Created by: telmich
Solution: Implement default paramaters and remove parameter-changing code.