Closed andrew-vant closed 5 years ago
init.sls/mongodb_db_path enforces user and group ownership on the /var/lib/mongodb directory.
When mongodb restarts, it assigns group ownership of the files under /var/lib/mongodb/journal to nogroup.
This makes for confusing output. Any time the service restarts, the next state run will report an irrelevant change.
(platform: ubuntu 16.04. Not sure how far this generalizes)
This should be resolved in #51 . thanks.
init.sls/mongodb_db_path enforces user and group ownership on the /var/lib/mongodb directory.
When mongodb restarts, it assigns group ownership of the files under /var/lib/mongodb/journal to nogroup.
This makes for confusing output. Any time the service restarts, the next state run will report an irrelevant change.
(platform: ubuntu 16.04. Not sure how far this generalizes)