Skip to content

Commit

Permalink
Merge pull request #14 from traylenator/splat
Browse files Browse the repository at this point in the history
Migrate ensure_resources to slat operator
  • Loading branch information
jhoblitt committed Dec 2, 2023
2 parents f1d7526 + 2509e82 commit 6c03a06
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion manifests/init.pp
Expand Up @@ -78,7 +78,11 @@
}

if $connections {
ensure_resources('nm::connection', $connections)
$connections.each | $_name, $_params | {
nm::connection { $_name:
* => $_params,
}
}
}

exec { 'nmcli conn reload':
Expand Down

0 comments on commit 6c03a06

Please sign in to comment.