Sha256: eed285bb7151069c77cc2340d5e63e4f59fd8abe712894634beeec10f4d945ef

Contents?: true

Size: 889 Bytes

Versions: 8

Compression:

Stored size: 889 Bytes

Contents



Automated organization checkup
----------

If you don't know what's up with an org, there are a few easy starting
points

First of all, run the automated org association checker:

    fixie:0 > Fixie::CheckOrgAssociations.check_associations("acme")
    Org acme is ok (6 users)

If it reports a problem with a user, you may be able to fix it
automatically:

    fixie:0 > Fixie::CheckOrgAssociations.fix_association("acme", "mary")

This might need to be run multiple times to fix all of the errors.


Removing a user completely from an org
-----------

    [1] fixie(main)> ChefFixie::CheckOrgAssociations.remove_association('the_org', 'the_user')

This removes the user from the org, and removes them from all org
groups. However, if the user has been individually added to an ACL we
don't fix that up; it would require enumeration of the whole org, and
that hasn't been implemented.

Version data entries

8 entries across 8 versions & 2 rubygems

Version Path
chef_fixie-1.0.8 doc/CommonTasks.md
chef_fixie-1.0.7 doc/CommonTasks.md
chef_fixie-1.0.3 doc/CommonTasks.md
chef_fixie-1.0.2 doc/CommonTasks.md
chef_fixie_shahid-0.5.2 doc/CommonTasks.md
chef_fixie-0.5.1 doc/CommonTasks.md
chef_fixie-0.5.0 doc/CommonTasks.md
chef_fixie-0.4.0 doc/CommonTasks.md