README fix - we should use template not an url
This commit is contained in:
parent
14cd91de33
commit
fc7c12c44b
1 changed files with 1 additions and 1 deletions
2
README
2
README
|
@ -77,7 +77,7 @@ complemented with all of the preferences_snippet calls (see below).
|
|||
|
||||
If the default preferences template doesn't suit your needs, you can create a
|
||||
template located in your site-apt module, and set $custom_preferences with the
|
||||
location (eg. $custom_preferences = "puppet:///modules/site-apt/preferences")
|
||||
content (eg. $custom_preferences = template('site-apt/preferences') )
|
||||
|
||||
Setting this variable to false before including this class will force the
|
||||
apt/preferences file to be absent:
|
||||
|
|
Loading…
Reference in a new issue