2
0
salt-formula/salt
Raphaël Hertzog 8a828b506e Use items() method instead of iteritems() for Python 3 compatibility
In Python 3, dict.items() is already an iterator while dict.iteritems() no
longer exits. In Python 2, dict.items() is not an iterator but it works
and the small performance hit doesn't really matter for the salt config
pillar data which is really small.
2014-12-23 17:42:43 +01:00
..
files Use items() method instead of iteritems() for Python 3 compatibility 2014-12-23 17:42:43 +01:00
pkgrepo Add new “salt.pkgrepo” state 2014-12-22 17:09:51 +01:00
cloud.sls Removing crypto pip dependency for complete RedHat family 2014-11-12 20:56:15 -05:00
master.sls Merge remote-tracking branch 'origin/pr/47' 2014-10-09 16:39:07 -06:00
minion.sls Add a “salt.standalone” state 2014-12-21 15:41:16 +01:00
package-map.jinja fix opensuse packaging 2014-12-08 21:13:29 +01:00
ssh.sls add support for installing salt-ssh and managing the roster file, updated README and pillar.example 2014-10-28 11:45:32 -05:00
standalone.sls Add a “salt.standalone” state 2014-12-21 15:41:16 +01:00
syndic.sls Initial FreeBSD support 2014-10-02 00:20:29 -07:00