diff options
author | mh <mh@immerda.ch> | 2011-04-14 21:50:54 +0200 |
---|---|---|
committer | mh <mh@immerda.ch> | 2011-04-14 21:51:05 +0200 |
commit | fc7c12c44bbd583675025c5c494806b4a39f4ebb (patch) | |
tree | 39cf7be9ed2b4cc8bf0dfb28d5a7a02252b29fbc /README | |
parent | 14cd91de33c823c093bb6a9af3ac9f7d27a0500b (diff) |
README fix - we should use template not an url
Diffstat (limited to 'README')
-rw-r--r-- | README | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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: |