public
Description: Server automation framework and application
Homepage: http://reductivelabs.com/trac/puppet/
Clone URL: git://github.com/lak/puppet.git
Click here to lend your support to: puppet and make a donation at www.pledgie.com !
Cosmetic fix
ctrlaltdel (author)
Fri May 09 08:35:44 -0700 2008
commit  88ec3d808b93058f39bf0c5ac20ed1fcb9477c2b
tree    27cbb069bc8338e85022118ea719bc6710791df3
parent  67dc261a764d54dd5c1b9a487b8c43d67ad4347c
...
3
4
5
6
7
 
8
9
10
...
3
4
5
 
 
6
7
8
9
0
@@ -3,8 +3,7 @@ require 'puppet/provider/parsedfile'
0
 Puppet::Type.type(:ssh_authorized_key).provide(:parsed,
0
     :parent => Puppet::Provider::ParsedFile,
0
     :filetype => :flat,
0
- # Ugly but the parameter is required
0
- :default_target => '/proc/NONEXISTANT'
0
+ :default_target => ''
0
 ) do
0
     desc "Parse and generate authorized_keys files for SSH."
0
 

Comments

    No one has commented yet.