southalc / podman

Puppet module for podman
Apache License 2.0
13 stars 30 forks source link

Add user option for networks #53

Closed jaevans closed 1 year ago

jaevans commented 1 year ago

This adds a user option to the podman::network type, allowing creation of networks as non-root users.

The logic was largely copied from container, and seems to work for my basic test.

Fixes #52