-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
It would be nice if this module featured a remctl::client class that allows managing the client-side of remctl. I don't think this entails much more than installing the remctl-client packages. A client node can then include 'remctl::client'.
The question is: should everything server-related be moved to a remctl::server namespace? As in something like this:
$ tree remctl/manifests/
remctl/manifests/
├── client
│ └── install.pp
├── client.pp
├── init.pp
├── params.pp
├── server
│ ├── acl.pp
│ ├── command.pp
│ ├── config.pp
│ ├── inetd.pp
│ └── install.pp
└── server.pp
This would be a pretty big change. What do you think? I'll gladly submit a PR if useful.
Edit: Hm, it seems on RedHat there is no separate remctl-client package, as opposed to Debian. This makes things a bit more complicated.
Metadata
Metadata
Assignees
Labels
No labels