Skip to content
Snippets Groups Projects
Commit b54d7944 authored by Karl Kornel's avatar Karl Kornel
Browse files

debian: Move stage param to the top

By putting it at the end, the params may fall out of order if one of the other params has “undef” as its value.
parent 3d4041e5
No related branches found
No related tags found
No related merge requests found
......@@ -42,9 +42,9 @@ class base::os::debian (
before => Stage['main'],
}
class { 'base::os::debian::apt':
stage => 'aptitude',
apt_cache_notin_tmp => $apt_cache_notin_tmp,
apt_cache_tmp_dir => $apt_cache_tmp_dir,
stage => 'aptitude',
}
# Install basic configuration files.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment