Skip to content

Commit

Permalink
Move profile::gpu::restrict_profiling to common.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
cmd-ntrf committed Jan 16, 2025
1 parent 866685d commit a3b4d92
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions data/common.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -293,6 +293,7 @@ profile::reverse_proxy::subdomains:
profile::jupyterhub::hub::register_url: "https://mokey.%{lookup('terraform.data.domain_name')}/auth/signup"
profile::jupyterhub::hub::reset_pw_url: "https://mokey.%{lookup('terraform.data.domain_name')}/auth/forgotpw"

profile::gpu::restrict_profiling: false
profile::gpu::install::passthrough::packages:
- nvidia-driver-cuda-libs
- nvidia-driver
Expand Down
2 changes: 1 addition & 1 deletion site/profile/manifests/gpu.pp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
class profile::gpu (
Boolean $restrict_profiling = false,
Boolean $restrict_profiling,
) {
if $facts['nvidia_gpu_count'] > 0 {
require profile::gpu::install
Expand Down

0 comments on commit a3b4d92

Please sign in to comment.