Skip to content

Commit

Permalink
there is no package for venv on freebsd, only a port.
Browse files Browse the repository at this point in the history
  • Loading branch information
rtprio committed Feb 13, 2024
1 parent a17a610 commit 7e2758e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions manifests/params.pp
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
}
$manage_venv_package = $facts['os']['family'] ? {
'Archlinux' => false,
'FreeBSD' => false,
default => true,
}
}

0 comments on commit 7e2758e

Please sign in to comment.