diff options
author | luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0> | 2006-04-30 19:04:24 +0000 |
---|---|---|
committer | luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0> | 2006-04-30 19:04:24 +0000 |
commit | 65f6656b58f35faa6566b27a0595c656a0e36765 (patch) | |
tree | 053df210620918ee92b6fe4725ab7212755f6caf /lib | |
parent | 0ad65e9863ccfd1624d183e08c574172abd2acb6 (diff) | |
download | puppet-65f6656b58f35faa6566b27a0595c656a0e36765.tar.gz puppet-65f6656b58f35faa6566b27a0595c656a0e36765.tar.xz puppet-65f6656b58f35faa6566b27a0595c656a0e36765.zip |
Added some code that could be used later to make sure the user and mode are also copied on backups.
git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1151 980ebf18-57e1-0310-9a29-db15c13687c0
Diffstat (limited to 'lib')
-rw-r--r-- | lib/puppet/type/pfile.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/puppet/type/pfile.rb b/lib/puppet/type/pfile.rb index c383dfc93..8d4cf86bf 100644 --- a/lib/puppet/type/pfile.rb +++ b/lib/puppet/type/pfile.rb @@ -271,8 +271,8 @@ module Puppet end end begin - # Shouldn't this just use a Puppet object with 'source' - # specified? + # FIXME Shouldn't this just use a Puppet object with + # 'source' specified? bfile = file + backup FileUtils.cp(file, bfile) |