Skip to content

Commit

Permalink
fix dependency for /opt/ood/custom
Browse files Browse the repository at this point in the history
  • Loading branch information
jjackzhn committed Jan 31, 2024
1 parent 5eda142 commit a345cc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/init.pp
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
file { '/opt/ood/custom':
ensure => 'directory',
mode => '0755',
require => Class['openondemand'],
require => Package['ondemand'],
}

file { '/opt/ood/custom/ood-gridmap.py':
Expand Down

0 comments on commit a345cc0

Please sign in to comment.