summaryrefslogtreecommitdiffstats
path: root/puppet/modules/simple_fileserver
Commit message (Collapse)AuthorAgeFilesLines
* puppet: fixed dynamically scoped references to factsRohan McGovern2012-07-301-1/+1
| | | | | | | | | | | | | Since puppet 2.7, dynamic variable lookup is deprecated. Variables should be explicitly scoped to a namespace, or '$::' for globals (including facts). Fixes some warnings of the form: Dynamic lookup of $somevar at somefile is deprecated. Change-Id: I7bd84ee73f9c911e28c00a7795cb92ec8ef6dee4 Reviewed-by: Kalle Lehtonen <kalle.ju.lehtonen@nokia.com>
* Removed unnecessary and harmful "import *"Rohan McGovern2012-07-191-2/+0
| | | | | | | | | | | | This is unnecessary at least since puppet 2.6; as long as the .pp files are named matching the module names, puppet will find the files automatically. This is harmful when attempting to use 'puppet parser validate', which will complain about the init.pp files including themselves. Change-Id: I858bdf4d469c82993f839b618b1d0395b89ce7e1 Reviewed-by: Sergio Ahumada <sergio.ahumada@nokia.com>
* Initial commit.Rohan McGovern2011-01-133-0/+63