diff options
Diffstat (limited to 'TODO.md')
| -rw-r--r-- | TODO.md | 28 |
1 files changed, 24 insertions, 4 deletions
@@ -1,5 +1,25 @@ -* `only_when { uname is :OpenBSD or uname is :Linux }` -* `JSON.generate(obj) for debug mode` -* Rename `RCM` to `Rcm` in the code? - +# TODO +* Recursively install a directory +* Backup of files when changed +* Support for file deletion +* Support for file modes (owner, chmod) +* Support for symlinks +* User and group management + * Fedora + * FreeBSD + * OpenBSD +* CRON jobs + * Fedora + * FreeBSD + * OpenBSD +* Binary installation support (file copy from source to dest) + * Local file system + * scp? git? http/s? +* Object dependencies / ensuring correct order of evaluation +* Manage services (start, stop, restart (subscribe)) +* Manage packages (install, update, deinstall) + * Fedora + * FreeBSD + * OpenBSD + * Homebrew (macOS) |
