diff options
| author | Brice Figureau <brice-puppet@daysofwonder.com> | 2009-07-18 15:24:12 +0200 |
|---|---|---|
| committer | Brice Figureau <brice-puppet@daysofwonder.com> | 2009-07-18 15:24:12 +0200 |
| commit | effaf80ae662076e3578c3eb7a18b863ef104bb4 (patch) | |
| tree | bdc23af09436e4e09291d24bd4f955b3cd6253ca /lib | |
| parent | a06094ea0f3a38446859de55100ac7fdb0488a9d (diff) | |
| download | puppet-effaf80ae662076e3578c3eb7a18b863ef104bb4.tar.gz puppet-effaf80ae662076e3578c3eb7a18b863ef104bb4.tar.xz puppet-effaf80ae662076e3578c3eb7a18b863ef104bb4.zip | |
Fix small typo in the fix for #2394
Signed-off-by: Brice Figureau <brice-puppet@daysofwonder.com>
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/puppet/file_serving/configuration.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/puppet/file_serving/configuration.rb b/lib/puppet/file_serving/configuration.rb index 4f264f3c0..cb6cc3634 100644 --- a/lib/puppet/file_serving/configuration.rb +++ b/lib/puppet/file_serving/configuration.rb @@ -41,7 +41,7 @@ class Puppet::FileServing::Configuration end if mounts["modules"].environment(node).module(mount_name) - Puppet::Util::Warnings.warn_once "DEPRECATION NOTICE: Found module '%s' without using the 'modules' mount; please prefix path with 'modules/'" % mount_name + Puppet::Util::Warnings.warnonce "DEPRECATION NOTICE: Found module '%s' without using the 'modules' mount; please prefix path with 'modules/'" % mount_name return mounts["modules"] end |
