Joey Hess
cfbdc009a8
propellor spin
2015-04-04 21:08:56 -04:00
Joey Hess
25c07337f8
propellor spin
2015-04-03 02:32:34 -04:00
Joey Hess
527d513477
propellor spin
2015-04-03 02:12:08 -04:00
Joey Hess
c6157babb1
remove old alias
2015-04-02 17:38:14 -04:00
Joey Hess
015b249c66
typo
2015-04-02 10:02:00 -04:00
Joey Hess
8690fea4da
rename
2015-04-01 21:13:35 -04:00
Joey Hess
d19966a95d
propellor spin
2015-04-01 12:27:43 -04:00
Joey Hess
0886c13ee6
propellor spin
2015-04-01 12:26:23 -04:00
Joey Hess
16172a6485
propellor spin
2015-04-01 11:37:18 -04:00
Joey Hess
85b01d02ed
propellor spin
2015-04-01 11:22:31 -04:00
Joey Hess
885fa09d1a
propellor spin
2015-04-01 11:14:59 -04:00
Joey Hess
51ab6975c5
propellor spin
2015-03-26 14:51:18 -04:00
Joey Hess
cc1f2ff611
propellor spin
2015-03-12 19:57:09 -04:00
Joey Hess
370aad7825
propellor spin
2015-03-12 19:53:40 -04:00
Joey Hess
363ee6ef59
propellor spin
2015-03-12 19:49:18 -04:00
Joey Hess
c2a8163876
propellor spin
2015-03-12 19:46:08 -04:00
Joey Hess
fe10f73c0f
propellor spin
2015-03-12 19:45:55 -04:00
Joey Hess
b3f231c750
propellor spin
2015-03-12 16:12:36 -04:00
Joey Hess
09435e9bcc
propellor spin
2015-03-11 22:06:08 -04:00
Joey Hess
d67d59a25a
propellor spin
2015-02-27 19:14:20 -04:00
Joey Hess
e8b0e7c6ca
propellor spin
2015-02-27 18:55:51 -04:00
Joey Hess
998320c9b1
diatom is dead
2015-02-12 12:50:17 -04:00
Joey Hess
da77276378
ssh user perm fixes
...
* Ssh.authorizedKey: Make the authorized_keys file and .ssh directory
be owned by the user, not root.
* Ssh.knownHost: Make the .ssh directory be owned by the user, not root.
2015-02-12 12:35:15 -04:00
Joey Hess
feb0de71a4
diatom almost retired
2015-02-10 23:13:06 -04:00
Joey Hess
9c84b8daee
propellor spin
2015-02-10 22:56:52 -04:00
Joey Hess
a377a30309
propellor spin
2015-02-10 22:42:32 -04:00
Joey Hess
2759d17079
propellor spin
2015-02-10 22:39:02 -04:00
Joey Hess
ee3c6c06bc
propellor spin
2015-02-10 22:34:27 -04:00
Joey Hess
ca2640d037
propellor spin
2015-02-10 22:31:00 -04:00
Joey Hess
a407af3f03
propellor spin
2015-02-10 21:55:39 -04:00
Joey Hess
8f813dc875
propellor spin
2015-02-10 21:46:31 -04:00
Joey Hess
5201e75079
propellor spin
2015-02-10 21:41:19 -04:00
Joey Hess
f5c82083fe
propellor spin
2015-02-10 21:39:16 -04:00
Joey Hess
a56cf87df9
propellor spin
2015-02-10 21:27:34 -04:00
Joey Hess
3978485e4b
propellor spin
2015-02-10 21:05:25 -04:00
Joey Hess
d08c98d8b3
propellor spin
2015-02-10 20:29:04 -04:00
Joey Hess
78eac62659
propellor spin
2015-02-10 19:59:09 -04:00
Joey Hess
824ebdd76f
propellor spin
2015-02-10 19:57:18 -04:00
Joey Hess
50ff71fd5c
propellor spin
2015-02-10 19:21:50 -04:00
Joey Hess
d1ebc7c145
propellor spin
2015-02-10 10:02:37 -04:00
Joey Hess
5781da55bc
propellor spin
2015-02-08 15:51:55 -04:00
Joey Hess
8edc7ed3ae
propellor spin
2015-02-01 17:34:04 -04:00
Joey Hess
d12f5b7431
propellor spin
2015-02-01 16:54:01 -04:00
Joey Hess
8ff2b77385
propellor spin
2015-02-01 16:40:03 -04:00
Joey Hess
db7a9aa9f6
propellor spin
2015-02-01 16:19:37 -04:00
Joey Hess
3585f14d4e
propellor spin
2015-01-29 01:37:53 -04:00
Joey Hess
d7697a4b25
propellor spin
2015-01-29 01:04:59 -04:00
Joey Hess
cdd88b080a
cleanup
2015-01-25 15:16:21 -04:00
Joey Hess
0ee04ecc43
GADT properties seem to work (untested)
...
* Property has been converted to a GADT, and will be Property NoInfo
or Property HasInfo.
This was done to make sure that ensureProperty is only used on
properties that do not have Info.
Transition guide:
- Change all "Property" to "Property NoInfo" or "Property WithInfo"
(The compiler can tell you if you got it wrong!)
- To construct a RevertableProperty, it is useful to use the new
(<!>) operator
- Constructing a list of properties can be problimatic, since
Property NoInto and Property WithInfo are different types and cannot
appear in the same list. To deal with this, "props" has been added,
and can built up a list of properties of different types,
using the same (&) and (!) operators that are used to build
up a host's properties.
2015-01-24 22:38:51 -04:00
Joey Hess
d156a1e9ba
Added more network interface configuration properties.
2015-01-23 01:18:47 -04:00
Joey Hess
4d34b837d2
reorg
2015-01-21 23:28:47 -04:00
Joey Hess
a37e0a6bc3
propellor spin
2015-01-21 23:22:42 -04:00
Joey Hess
88082c7293
Added systemd configuration properties.
2015-01-21 22:49:03 -04:00
Joey Hess
fcd8a3171b
propellor spin
2015-01-15 21:00:54 -04:00
Joey Hess
dd392eaab2
ascii art update
2015-01-15 20:35:40 -04:00
Joey Hess
e4b7b95c72
propellor spin
2015-01-15 18:09:53 -04:00
Joey Hess
bf2097bf75
propellor spin
2015-01-09 21:33:34 -04:00
Joey Hess
042b3bee01
propellor spin
2015-01-09 21:21:06 -04:00
Joey Hess
5585778e54
propellor spin
2015-01-08 23:02:06 -04:00
Joey Hess
8e6e40abc4
propellor spin
2015-01-08 22:44:36 -04:00
Joey Hess
660b5d7f93
propellor spin
2015-01-08 21:41:55 -04:00
Joey Hess
2e6a8d4924
propellor spin
2015-01-08 15:54:14 -04:00
Joey Hess
21eeab35eb
propellor spin
2015-01-08 15:30:11 -04:00
Joey Hess
f4a57ca27d
refactor dns settings!
2015-01-06 01:20:56 -04:00
Joey Hess
d3ed4f10c1
propellor spin
2015-01-06 00:48:23 -04:00
Joey Hess
2fd61fa4b5
propellor spin
2015-01-06 00:37:13 -04:00
Joey Hess
d7c862e89b
propellor spin
2015-01-06 00:34:40 -04:00
Joey Hess
4bac16dfa2
propellor spin
2015-01-06 00:32:38 -04:00
Joey Hess
302fb3183f
reorg
2015-01-04 18:36:21 -04:00
Joey Hess
e6089131e4
propellor spin
2015-01-04 18:20:18 -04:00
Joey Hess
f08a4644a1
propellor spin
2015-01-04 18:14:40 -04:00
Joey Hess
d7a50a960b
propellor spin
2015-01-04 18:06:37 -04:00
Joey Hess
ab8ff9a00e
randomHostKeys is removed from CloudAtCost.deCruft.
2015-01-04 17:15:59 -04:00
Joey Hess
0af7629c98
propellor spin
2015-01-04 16:54:43 -04:00
Joey Hess
f1a1d0001a
sshPubKey is renamed to Ssh.pubKey, and has an added SshKeyType parameter.
2015-01-04 15:57:27 -04:00
Joey Hess
52664e6220
sshPubKey is renamed to Ssh.pubKey
2015-01-04 15:36:53 -04:00
Joey Hess
ad984e74e4
propellor spin
2015-01-04 15:00:40 -04:00
Joey Hess
3d21a2df54
propellor spin
2015-01-04 13:33:14 -04:00
Joey Hess
138629941d
propellor spin
2015-01-01 16:59:38 -04:00
Joey Hess
73ac94f2d2
propellor spin
2015-01-01 16:01:33 -04:00
Joey Hess
32a104d104
propellor spin
2015-01-01 12:41:24 -04:00
Joey Hess
bc5cbee380
propellor spin
2014-12-31 13:22:08 -04:00
Joey Hess
6d4f2b54a6
propellor spin
2014-12-31 13:15:09 -04:00
Joey Hess
5374708b6c
propellor spin
2014-12-31 12:59:11 -04:00
Joey Hess
95cdedc098
propellor spin
2014-12-31 12:53:11 -04:00
Joey Hess
bce6ef5745
propellor spin
2014-12-31 11:43:57 -04:00
Joey Hess
9444326c87
propellor spin
2014-12-21 21:05:12 -04:00
Joey Hess
d38017a1ab
propellor spin
2014-12-21 21:01:46 -04:00
Joey Hess
8588629034
comment
2014-12-15 12:05:06 -04:00
Joey Hess
71723ca09f
support for crypted passwords in privdata
...
* Added CryptPassword to PrivDataField, for password hashes as produced
by crypt(3).
* User.hasPassword and User.hasSomePassword will now use either
a CryptPassword or a Password from privdata, depending on which is set.
2014-12-14 15:24:10 -04:00
Joey Hess
b22201e36b
Fix Apache.siteEnabled to update the config file and reload apache when configuration has changed.
2014-12-09 00:34:24 -04:00
Joey Hess
2fe0b28982
more uses for hostContext
2014-12-07 15:21:55 -04:00
Joey Hess
d782c413eb
add root pw
2014-12-06 15:50:42 -04:00
Joey Hess
527975dffe
hasSomePassword and hasPassword now check to make sure shadow passwords are enabled.
2014-12-05 16:33:23 -04:00
Joey Hess
bf9284d05c
I have now successfully used propellor to convert a Fedora system into a bootable and fully working Debian system
2014-12-05 16:22:11 -04:00
Joey Hess
f1fd75c9ec
more work on OS takeover
2014-12-04 17:11:15 -04:00
Joey Hess
1906500030
switch kite to testing
2014-11-28 11:40:03 -04:00
Joey Hess
d1425be30a
propellor spin
2014-11-27 11:49:23 -04:00
Joey Hess
baba668033
hasSomePassword and hasPassword now default to using the name of the host as the Context for the password. To specify a different context, use hasSomePassword' and hasPassword' (API change)
2014-11-23 16:40:21 -04:00
Joey Hess
e039fc7736
propellor spin
2014-11-22 20:47:58 -04:00