2
0
salt-formula/salt/files
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
..
cloud.maps.d Added salt-cloud support for Rackspace OpenStack servers. 2014-10-03 21:23:50 -04:00
cloud.profiles.d Added salt-cloud support for Rackspace OpenStack servers. 2014-10-03 21:23:50 -04:00
cloud.providers.d Added salt-cloud support for Rackspace OpenStack servers. 2014-10-03 21:23:50 -04:00
master.d Use items() method instead of iteritems() for Python 3 compatibility 2014-12-23 17:42:43 +01:00
minion.d Use items() method instead of iteritems() for Python 3 compatibility 2014-12-23 17:42:43 +01:00
key Added functionality to state for salt cloud and exampel for EC2 and GCE 2014-07-20 16:59:38 +02:00
roster.jinja add support for installing salt-ssh and managing the roster file, updated README and pillar.example 2014-10-28 11:45:32 -05:00