Skip to content

Instantly share code, notes, and snippets.

@scottslowe
Last active December 12, 2015 07:59
Show Gist options
  • Save scottslowe/4740843 to your computer and use it in GitHub Desktop.
Save scottslowe/4740843 to your computer and use it in GitHub Desktop.
This snippet of Puppet code shows how to modify the group membership of a realized virtual user resource
User <| title == 'johndoe' |> {
groups => 'othergroup',
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment