Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Lonlone Lee
base
Commits
7bdb90e5
Commit
7bdb90e5
authored
Apr 21, 2016
by
Adam Lewenberg
Browse files
fix incorrect path for apt conf file
parent
bdd06acd
Changes
2
Hide whitespace changes
Inline
Side-by-side
manifests/os/debian.pp
View file @
7bdb90e5
...
...
@@ -111,8 +111,8 @@ class base::os::debian (
}
}
file
{ '/etc/apt/
preferences
.d/apt_cache_tmp':
content => template('base/os/etc/apt/
preferences
.d/apt_cache_tmp.erb'),
file
{ '/etc/apt/
apt.conf
.d/apt_cache_tmp':
content => template('base/os/etc/apt/
apt.conf
.d/apt_cache_tmp.erb'),
require => File[$apt_cache_tmp_dir],
}
}
...
...
templates/os/etc/apt/
preferences
.d/apt_cache_tmp.erb
→
templates/os/etc/apt/
apt.conf
.d/apt_cache_tmp.erb
View file @
7bdb90e5
File moved
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment