## page was renamed from Computerkram/Administration/Salt = Salt = == User == {{{ ines: user.present: - fullname: ines - shell: /bin/bash - home: /home/ines - groups: - staff teufelsmuehle: user.present: - fullname: teufelsmuehle - shell: /bin/false - home: /home/nobody }}} == Topfile Salt == {{{ base: '*': - mc - mercurial - users }}} == mercurial == {{{ base: '*': - mc - mercurial - users }}} == topfile pillar == {{{ base: '*': - data }}} == data pillar == {{{ info: some data }}}