Skip to content

Commit

Permalink
Order ourselves before docker resources that would use us
Browse files Browse the repository at this point in the history
  • Loading branch information
damonmaria committed Apr 26, 2020
1 parent 4f918aa commit e0c1f5a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions manifests/init.pp
Original file line number Diff line number Diff line change
Expand Up @@ -95,4 +95,10 @@
}
~> Service['docker']
Class['nvidia_docker_runtime'] -> Docker::Exec <| |>
Class['nvidia_docker_runtime'] -> Docker::Run <| |>
Class['nvidia_docker_runtime'] -> Docker::Services <| |>
Class['nvidia_docker_runtime'] -> Docker::Stack <| |>
Class['nvidia_docker_runtime'] -> Docker_stack <| |>
}

0 comments on commit e0c1f5a

Please sign in to comment.