Skip to content

Should allow managing remctl-client #3

@antaflos

Description

@antaflos

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions