Issue #2852 has been reported by micah -.
----------------------------------------
Bug #2852: Failed to retrieve current state of resource: undefined method
`name=' for #<Puppet::FileServing::Metadata:0xb6f18464>
http://projects.reductivelabs.com/issues/2852
Author: micah -
Status: Unreviewed
Priority: High
Assigned to:
Category: fileserving
Target version:
Affected version: 0.25.1
Keywords:
Branch:
I upgraded to 0.25.1, most of the migration issues I've dealt with, but I'm
running into a problem on the puppetmaster itself, when I run puppet there. The
first time, the following happens:
<pre>
err: //Node[puppetmaster]/File[/srv/gitosis/repositories/dotfiles.git/config]:
Failed to retrieve current state of resource: undefined method `name=' for
#<Puppet::FileServing::Metadata:0xb6f18464> Could not retrieve file metadata
for puppet://puppetmaster.riseup.net/files/riseup/dotfiles_git_config:
undefined method `name=' for #<Puppet::FileServing::Metadata:0xb6f18464> at
/etc/puppet/manifests/site.pp:75
</pre>
I've removed everything included in that node, all included classes and
variables and file resources, then things run fine, of course nothing happens.
If I put back just the file resources in the node, the above happens, this is
the file resource:
<pre>
file {
"/srv/gitosis/repositories/dotfiles.git/config":
source => "$fileserver/riseup/dotfiles_git_config",
mode => 0644, owner => gitosis, group => gitosis;
}
</pre>
The file that is referenced DOES actually exist.
I am using storeconfigs, and if I kill that node from storeconfigs, it doesn't
change anything.
I'm using nginx+mongrel, my fileserver.conf has:
<pre>
[files]
path /etc/puppet/file
allow 10.0.1.0/16
allow 127.0.0.1
</pre>
The puppetmaster has 127.0.0.1 and 10.0.1.50 as its interfaces.
I have the default auth.conf, which looks like this:
<pre>
### Authenticated ACL - those applies only when the client
### has a valid certificate and is thus authenticated
# allow nodes to retrieve their own catalog (ie their configuration)
path ~ ^/catalog/([^/]+)$
method find
allow $1
# allow all nodes to access the certificates services
path /certificate_revocation_list/ca
method find
allow *
# allow all nodes to store their reports
path /report
method save
allow *
# inconditionnally allow access to all files services
# which means in practice that fileserver.conf will
# still be used
path /file
allow *
### Unauthenticated ACL, for clients for which the current master doesn't
### have a valid certificate
# allow access to the master CA
path /certificate/ca
auth no
method find
allow *
path /certificate/
auth no
method find
allow *
path /certificate_request
auth no
method find, save
allow *
# this one is not stricly necessary, but it has the merit
# to show the default policy which is deny everything else
path /
auth any
</pre>
The puppet client verbose output is:
<pre>
r...@puppetmaster:/etc/puppet# puppetd --trace --verbose --debug --test
debug: Puppet::Type::User::ProviderPw: file pw does not exist
debug: Puppet::Type::User::ProviderUser_role_add: file rolemod does not exist
debug: Puppet::Type::User::ProviderLdap: true value when expecting false
debug: Puppet::Type::User::ProviderDirectoryservice: file /usr/bin/dscl does
not exist
debug: /File[/var/lib/puppet/ssl/certs/puppetmaster.riseup.net.pem]:
Autorequiring File[/var/lib/puppet/ssl/certs]
debug: /File[/var/run/puppet/puppetd.pid]: Autorequiring File[/var/run/puppet]
debug: /File[/var/lib/puppet/ssl/public_keys/puppetmaster.riseup.net.pem]:
Autorequiring File[/var/lib/puppet/ssl/public_keys]
debug: /File[/var/lib/puppet/state/classes.txt]: Autorequiring
File[/var/lib/puppet/state]
debug: /File[/var/lib/puppet/ssl/private_keys/puppetmaster.riseup.net.pem]:
Autorequiring File[/var/lib/puppet/ssl/private_keys]
debug: /File[/var/lib/puppet/facts]: Autorequiring File[/var/lib/puppet]
debug: /File[/var/lib/puppet/state/graphs]: Autorequiring
File[/var/lib/puppet/state]
debug: /File[/var/lib/puppet/client_yaml]: Autorequiring File[/var/lib/puppet]
debug: /File[/var/lib/puppet/state]: Autorequiring File[/var/lib/puppet]
debug: /File[/var/lib/puppet/ssl/certificate_requests]: Autorequiring
File[/var/lib/puppet/ssl]
debug: /File[/var/lib/puppet/ssl/private_keys]: Autorequiring
File[/var/lib/puppet/ssl]
debug: /File[/var/lib/puppet/state/state.yaml]: Autorequiring
File[/var/lib/puppet/state]
debug: /File[/var/lib/puppet/ssl/crl.pem]: Autorequiring
File[/var/lib/puppet/ssl]
debug: /File[/var/lib/puppet/lib]: Autorequiring File[/var/lib/puppet]
debug: /File[/etc/puppet/puppet.conf]: Autorequiring File[/etc/puppet]
debug: /File[/var/lib/puppet/ssl/public_keys]: Autorequiring
File[/var/lib/puppet/ssl]
debug: /File[/var/lib/puppet/clientbucket]: Autorequiring File[/var/lib/puppet]
debug: /File[/var/lib/puppet/ssl/csr_puppetmaster.riseup.net.pem]:
Autorequiring File[/var/lib/puppet/ssl]
debug: /File[/var/lib/puppet/ssl]: Autorequiring File[/var/lib/puppet]
debug: /File[/var/lib/puppet/ssl/private]: Autorequiring
File[/var/lib/puppet/ssl]
debug: /File[/var/lib/puppet/ssl/certs]: Autorequiring File[/var/lib/puppet/ssl]
debug: /File[/var/lib/puppet/ssl/certs/ca.pem]: Autorequiring
File[/var/lib/puppet/ssl/certs]
debug: Finishing transaction -609602598 with 0 changes
debug: Using cached certificate for ca
debug: Using cached certificate for puppetmaster.riseup.net
debug: Loaded state in 0.38 seconds
info: Retrieving plugin
debug: Using cached certificate for ca
debug: Using cached certificate for puppetmaster.riseup.net
debug: Using cached certificate_revocation_list for ca
debug: Format pson not supported for Puppet::FileServing::Metadata; has not
implemented method 'from_pson'
debug: Format s not supported for Puppet::FileServing::Metadata; has not
implemented method 'from_s'
debug: Finishing transaction -612759658 with 0 changes
info: Loading facts in public_ip
info: Loading facts in munin_interfaces
info: Loading facts in in_colo
info: Loading facts in acpi_available
info: Loading facts in private_ip
info: Loading facts in mysql
info: Loading facts in public_ip
info: Loading facts in munin_interfaces
info: Loading facts in in_colo
info: Loading facts in acpi_available
info: Loading facts in private_ip
info: Loading facts in mysql
debug: Format s not supported for Puppet::Resource::Catalog; has not
implemented method 'from_s'
info: Caching catalog for puppetmaster.riseup.net
debug: Loaded state in 0.73 seconds
debug: //File[/var/local/puppet]: Autorequiring File[/var/local]
debug: //File[/var/local/puppet/munin-nodes]: Autorequiring
File[/var/local/puppet]
debug: //Module_dir[virtual]/File[/var/lib/puppet/modules/virtual]:
Autorequiring File[/var/lib/puppet/modules]
debug: //Module_dir[shorewall]/File[/var/lib/puppet/modules/shorewall]:
Autorequiring File[/var/lib/puppet/modules]
debug: //Module_dir[munin/plugins]/File[/var/lib/puppet/modules/munin/plugins]:
Autorequiring File[/var/lib/puppet/modules/munin]
debug: //Module_dir[munin/nodes]/File[/var/lib/puppet/modules/munin/nodes]:
Autorequiring File[/var/lib/puppet/modules/munin]
debug: //Module_dir[munin]/File[/var/lib/puppet/modules/munin]: Autorequiring
File[/var/lib/puppet/modules]
debug: //File[/var/lib/puppet/modules/riseup-common]: Autorequiring
File[/var/lib/puppet/modules]
debug: //Module_dir[common/cf]/File[/var/lib/puppet/modules/common/cf]:
Autorequiring File[/var/lib/puppet/modules/common]
debug: //Module_dir[nagios]/File[/var/lib/puppet/modules/nagios]: Autorequiring
File[/var/lib/puppet/modules]
debug:
//Module_dir[virtual/contexts]/File[/var/lib/puppet/modules/virtual/contexts]:
Autorequiring File[/var/lib/puppet/modules/virtual]
debug: //File[/var/local/puppet/splice]: Autorequiring File[/var/local/puppet]
debug: //Module_dir[common]/File[/var/lib/puppet/modules/common]: Autorequiring
File[/var/lib/puppet/modules]
info: Applying configuration version '1259084743'
debug: Format pson not supported for Puppet::FileServing::Metadata; has not
implemented method 'from_pson'
debug: Format s not supported for Puppet::FileServing::Metadata; has not
implemented method 'from_s'
debug: Finishing transaction -612416408 with 0 changes
debug: Format pson not supported for Puppet::FileServing::Metadata; has not
implemented method 'from_pson'
debug: Format s not supported for Puppet::FileServing::Metadata; has not
implemented method 'from_s'
debug: Format pson not supported for Puppet::FileServing::Metadata; has not
implemented method 'from_pson'
debug: Format s not supported for Puppet::FileServing::Metadata; has not
implemented method 'from_s'
debug: Format pson not supported for Puppet::FileServing::Metadata; has not
implemented method 'from_pson'
debug: Format s not supported for Puppet::FileServing::Metadata; has not
implemented method 'from_s'
debug: Format pson not supported for Puppet::FileServing::Metadata; has not
implemented method 'from_pson'
debug: Format s not supported for Puppet::FileServing::Metadata; has not
implemented method 'from_s'
debug: Format pson not supported for Puppet::FileServing::Metadata; has not
implemented method 'from_pson'
debug: Format s not supported for Puppet::FileServing::Metadata; has not
implemented method 'from_s'
debug: Format pson not supported for Puppet::FileServing::Metadata; has not
implemented method 'from_pson'
debug: Format s not supported for Puppet::FileServing::Metadata; has not
implemented method 'from_s'
debug: Format pson not supported for Puppet::FileServing::Metadata; has not
implemented method 'from_pson'
debug: Format s not supported for Puppet::FileServing::Metadata; has not
implemented method 'from_s'
debug: Format pson not supported for Puppet::FileServing::Metadata; has not
implemented method 'from_pson'
debug: Format s not supported for Puppet::FileServing::Metadata; has not
implemented method 'from_s'
debug: Format pson not supported for Puppet::FileServing::Metadata; has not
implemented method 'from_pson'
debug: Format s not supported for Puppet::FileServing::Metadata; has not
implemented method 'from_s'
debug: Format pson not supported for Puppet::FileServing::Metadata; has not
implemented method 'from_pson'
debug: Format s not supported for Puppet::FileServing::Metadata; has not
implemented method 'from_s'
debug: Format pson not supported for Puppet::FileServing::Metadata; has not
implemented method 'from_pson'
debug: Format s not supported for Puppet::FileServing::Metadata; has not
implemented method 'from_s'
debug: Format pson not supported for Puppet::FileServing::Metadata; has not
implemented method 'from_pson'
debug: Format s not supported for Puppet::FileServing::Metadata; has not
implemented method 'from_s'
debug: Format pson not supported for Puppet::FileServing::Metadata; has not
implemented method 'from_pson'
debug: Format s not supported for Puppet::FileServing::Metadata; has not
implemented method 'from_s'
debug: Format pson not supported for Puppet::FileServing::Metadata; has not
implemented method 'from_pson'
debug: Format s not supported for Puppet::FileServing::Metadata; has not
implemented method 'from_s'
debug: Format pson not supported for Puppet::FileServing::Metadata; has not
implemented method 'from_pson'
debug: Format s not supported for Puppet::FileServing::Metadata; has not
implemented method 'from_s'
debug: Format pson not supported for Puppet::FileServing::Metadata; has not
implemented method 'from_pson'
debug: Format s not supported for Puppet::FileServing::Metadata; has not
implemented method 'from_s'
debug: Format pson not supported for Puppet::FileServing::Metadata; has not
implemented method 'from_pson'
debug: Format s not supported for Puppet::FileServing::Metadata; has not
implemented method 'from_s'
debug: Format pson not supported for Puppet::FileServing::Metadata; has not
implemented method 'from_pson'
debug: Format s not supported for Puppet::FileServing::Metadata; has not
implemented method 'from_s'
debug: Format pson not supported for Puppet::FileServing::Metadata; has not
implemented method 'from_pson'
debug: Format s not supported for Puppet::FileServing::Metadata; has not
implemented method 'from_s'
debug: //assert_lsbdistcodename/Exec[true # assert_lsbdistcodename]: Changing
returns
debug: //assert_lsbdistcodename/Exec[true # assert_lsbdistcodename]: 1 change(s)
debug: //assert_lsbdistcodename/Exec[true # assert_lsbdistcodename]: Executing
'true # assert_lsbdistcodename'
debug: Executing 'true # assert_lsbdistcodename'
debug: //assert_lsbdistcodename/Exec[true # assert_lsbdistcodename]/returns:
executed successfully
debug: Format pson not supported for Puppet::FileServing::Metadata; has not
implemented method 'from_pson'
debug: Format s not supported for Puppet::FileServing::Metadata; has not
implemented method 'from_s'
/usr/lib/ruby/1.8/puppet/parameter.rb:394:in `fail'
/usr/lib/ruby/1.8/puppet/type/file/source.rb:157:in `init_metadata'
/usr/lib/ruby/1.8/puppet/type/file/source.rb:149:in `each'
/usr/lib/ruby/1.8/puppet/type/file/source.rb:149:in `init_metadata'
/usr/lib/ruby/1.8/puppet/util/cacher.rb:106:in `send'
/usr/lib/ruby/1.8/puppet/util/cacher.rb:106:in `cached_value'
/usr/lib/ruby/1.8/puppet/util/cacher.rb:46:in `metadata'
/usr/lib/ruby/1.8/puppet/type/file/source.rb:115:in `copy_source_values'
/usr/lib/ruby/1.8/puppet/type/file.rb:636:in `retrieve'
/usr/lib/ruby/1.8/puppet/type.rb:719:in `evaluate'
/usr/lib/ruby/1.8/puppet/transaction.rb:60:in `apply'
/usr/lib/ruby/1.8/puppet/transaction.rb:249:in
`eval_children_and_apply_resource'
/usr/lib/ruby/1.8/puppet/util.rb:417:in `thinmark'
/usr/share/rails/activerecord/lib/../../activesupport/lib/active_support/core_ext/benchmark.rb:8:in
`realtime'
/usr/lib/ruby/1.8/puppet/util.rb:416:in `thinmark'
/usr/lib/ruby/1.8/puppet/transaction.rb:248:in
`eval_children_and_apply_resource'
/usr/lib/ruby/1.8/puppet/transaction.rb:205:in `eval_resource'
/usr/lib/ruby/1.8/puppet/transaction.rb:294:in `evaluate'
/usr/lib/ruby/1.8/puppet/util.rb:417:in `thinmark'
/usr/share/rails/activerecord/lib/../../activesupport/lib/active_support/core_ext/benchmark.rb:8:in
`realtime'
/usr/lib/ruby/1.8/puppet/util.rb:416:in `thinmark'
/usr/lib/ruby/1.8/puppet/transaction.rb:293:in `evaluate'
/usr/lib/ruby/1.8/puppet/transaction.rb:287:in `collect'
/usr/lib/ruby/1.8/puppet/transaction.rb:287:in `evaluate'
/usr/lib/ruby/1.8/puppet/resource/catalog.rb:142:in `apply'
/usr/lib/ruby/1.8/puppet/configurer.rb:152:in `run'
/usr/lib/ruby/1.8/puppet/util.rb:177:in `benchmark'
/usr/share/rails/activerecord/lib/../../activesupport/lib/active_support/core_ext/benchmark.rb:8:in
`realtime'
/usr/lib/ruby/1.8/puppet/util.rb:176:in `benchmark'
/usr/lib/ruby/1.8/puppet/configurer.rb:151:in `run'
/usr/lib/ruby/1.8/puppet/agent.rb:53:in `run'
/usr/lib/ruby/1.8/puppet/agent/locker.rb:21:in `lock'
/usr/lib/ruby/1.8/puppet/agent.rb:53:in `run'
/usr/lib/ruby/1.8/sync.rb:230:in `synchronize'
/usr/lib/ruby/1.8/puppet/agent.rb:53:in `run'
/usr/lib/ruby/1.8/puppet/agent.rb:130:in `with_client'
/usr/lib/ruby/1.8/puppet/agent.rb:51:in `run'
/usr/lib/ruby/1.8/puppet/application/puppetd.rb:103:in `onetime'
/usr/lib/ruby/1.8/puppet/application.rb:226:in `send'
/usr/lib/ruby/1.8/puppet/application.rb:226:in `run_command'
/usr/lib/ruby/1.8/puppet/application.rb:217:in `run'
/usr/lib/ruby/1.8/puppet/application.rb:306:in `exit_on_fail'
/usr/lib/ruby/1.8/puppet/application.rb:217:in `run'
/usr/sbin/puppetd:159
err: //Node[puppetmaster]/File[/srv/gitosis/repositories/dotfiles.git/config]:
Failed to retrieve current state of resource: undefined method `name=' for
#<Puppet::FileServing::Metadata:0xb6ed2590> Could not retrieve file metadata
for puppet://puppetmaster.riseup.net/files/riseup/dotfiles_git_config:
undefined method `name=' for #<Puppet::FileServing::Metadata:0xb6ed2590> at
/etc/puppet/manifests/site.pp:64
debug: //assert_lsbdistcodename/Exec[true # require_lsbdistcodename]: Changing
returns
debug: //assert_lsbdistcodename/Exec[true # require_lsbdistcodename]: 1
change(s)
debug: //assert_lsbdistcodename/Exec[true # require_lsbdistcodename]: Executing
'true # require_lsbdistcodename'
debug: Executing 'true # require_lsbdistcodename'
debug: //assert_lsbdistcodename/Exec[true # require_lsbdistcodename]/returns:
executed successfully
debug: Finishing transaction -612505388 with 2 changes
debug: Storing state
debug: Stored state in 5.07 seconds
debug: Format pson not supported for Puppet::Transaction::Report; has not
implemented method 'from_pson'
debug: Format s not supported for Puppet::Transaction::Report; has not
implemented method 'from_s'
notice: Finished catalog run in 9.36 seconds
</pre>
The puppetmaster debug output is:
<pre>
r...@puppetmaster:/# puppetmasterd --masterport 8144 --verbose --trace --debug
--no-daemonize
debug: Puppet::Type::User::ProviderUser_role_add: file roleadd does not exist
debug: Puppet::Type::User::ProviderPw: file pw does not exist
debug: Puppet::Type::User::ProviderDirectoryservice: file /usr/bin/dscl does
not exist
debug: Puppet::Type::User::ProviderLdap: true value when expecting false
debug: /File[/var/lib/puppet/state]: Autorequiring File[/var/lib/puppet]
debug: /File[/var/lib/puppet/yaml]: Autorequiring File[/var/lib/puppet]
debug: /File[/var/lib/puppet/ssl/public_keys]: Autorequiring
File[/var/lib/puppet/ssl]
debug: /File[/var/lib/puppet/ssl/certs/puppetmaster.riseup.net.pem]:
Autorequiring File[/var/lib/puppet/ssl/certs]
debug: /File[/var/lib/puppet/ssl/private]: Autorequiring
File[/var/lib/puppet/ssl]
debug: /File[/var/lib/puppet/facts]: Autorequiring File[/var/lib/puppet]
debug: /File[/etc/puppet/fileserver.conf]: Autorequiring File[/etc/puppet]
debug: /File[/etc/puppet/auth.conf]: Autorequiring File[/etc/puppet]
debug: /File[/var/lib/puppet/lib]: Autorequiring File[/var/lib/puppet]
debug: /File[/var/lib/puppet/bucket]: Autorequiring File[/var/lib/puppet]
debug: /File[/var/lib/puppet/ssl/private_keys]: Autorequiring
File[/var/lib/puppet/ssl]
debug: /File[/etc/puppet/puppet.conf]: Autorequiring File[/etc/puppet]
debug: /File[/var/lib/puppet/reports]: Autorequiring File[/var/lib/puppet]
debug: /File[/var/lib/puppet/rrd]: Autorequiring File[/var/lib/puppet]
debug: /File[/var/lib/puppet/ssl/public_keys/puppetmaster.riseup.net.pem]:
Autorequiring File[/var/lib/puppet/ssl/public_keys]
debug: /File[/var/lib/puppet/ssl/crl.pem]: Autorequiring
File[/var/lib/puppet/ssl]
debug: /File[/var/lib/puppet/ssl/certs]: Autorequiring File[/var/lib/puppet/ssl]
debug: /File[/var/lib/puppet/ssl/certs/ca.pem]: Autorequiring
File[/var/lib/puppet/ssl/certs]
debug: /File[/etc/puppet/manifests]: Autorequiring File[/etc/puppet]
debug: /File[/var/log/puppet/masterhttp.log]: Autorequiring
File[/var/log/puppet]
debug: /File[/etc/puppet/manifests/site.pp]: Autorequiring
File[/etc/puppet/manifests]
debug: /File[/var/lib/puppet/ssl/private_keys/puppetmaster.riseup.net.pem]:
Autorequiring File[/var/lib/puppet/ssl/private_keys]
debug: /File[/var/lib/puppet/ssl]: Autorequiring File[/var/lib/puppet]
debug: /File[/var/lib/puppet/ssl/certificate_requests]: Autorequiring
File[/var/lib/puppet/ssl]
debug: /File[/var/lib/puppet/ssl/csr_puppetmaster.riseup.net.pem]:
Autorequiring File[/var/lib/puppet/ssl]
debug: Finishing transaction -610052708 with 0 changes
debug: /File[/var/lib/puppet/ssl/ca/ca_crt.pem]: Autorequiring
File[/var/lib/puppet/ssl/ca]
debug: /File[/var/lib/puppet/ssl/ca/private]: Autorequiring
File[/var/lib/puppet/ssl/ca]
debug: /File[/var/lib/puppet/ssl/ca/serial]: Autorequiring
File[/var/lib/puppet/ssl/ca]
debug: /File[/var/lib/puppet/ssl/ca/ca_crl.pem]: Autorequiring
File[/var/lib/puppet/ssl/ca]
debug: /File[/var/lib/puppet/ssl/ca/ca_pub.pem]: Autorequiring
File[/var/lib/puppet/ssl/ca]
debug: /File[/var/lib/puppet/ssl/ca/private/ca.pass]: Autorequiring
File[/var/lib/puppet/ssl/ca/private]
debug: /File[/var/lib/puppet/ssl/ca/signed]: Autorequiring
File[/var/lib/puppet/ssl/ca]
debug: /File[/var/lib/puppet/ssl/ca/requests]: Autorequiring
File[/var/lib/puppet/ssl/ca]
debug: /File[/var/lib/puppet/ssl/ca/inventory.txt]: Autorequiring
File[/var/lib/puppet/ssl/ca]
debug: /File[/var/lib/puppet/ssl/ca/ca_key.pem]: Autorequiring
File[/var/lib/puppet/ssl/ca]
debug: Finishing transaction -612531078 with 0 changes
debug: Using cached certificate for ca
debug: Using cached certificate for ca
debug: Using cached certificate for puppetmaster.riseup.net
notice: Starting Puppet server version 0.25.1
info: mount[files]: allowing 204.13.164.0/24 access
info: mount[files]: allowing 198.252.153.0/24 access
info: mount[files]: allowing 72.15.147.247 access
info: mount[files]: allowing 209.234.253.166 access
info: mount[files]: allowing 209.234.253.169 access
info: mount[files]: allowing 209.234.253.185 access
info: mount[files]: allowing 209.234.253.186 access
info: mount[files]: allowing 209.234.249.211 access
info: mount[files]: allowing 209.234.249.212 access
info: mount[files]: allowing 209.234.249.216 access
info: mount[files]: allowing 209.234.249.217 access
info: mount[files]: allowing 209.234.249.218 access
info: mount[files]: allowing 209.234.249.221 access
info: mount[files]: allowing 10.0.1.50 access
info: mount[files]: allowing 10.0.1.0/16 access
info: mount[files]: allowing 127.0.0.1 access
debug: No modules mount given; autocreating with default permissions
debug: No plugins mount given; autocreating with default permissions
debug: Creating interpreter
debug: Finishing transaction -612701768 with 0 changes
debug: Finishing transaction -612703688 with 0 changes
info: access[^/catalog/([^/]+)$]: allowing 'method' find
info: access[^/catalog/([^/]+)$]: allowing $1 access
info: access[/certificate_revocation_list/ca]: allowing 'method' find
info: access[/certificate_revocation_list/ca]: allowing * access
info: access[/report]: allowing 'method' save
info: access[/report]: allowing * access
info: access[/file]: allowing * access
info: access[/certificate/ca]: adding authentication no
info: access[/certificate/ca]: allowing 'method' find
info: access[/certificate/ca]: allowing * access
info: access[/certificate/]: adding authentication no
info: access[/certificate/]: allowing 'method' find
info: access[/certificate/]: allowing * access
info: access[/certificate_request]: adding authentication no
info: access[/certificate_request]: allowing 'method' find
info: access[/certificate_request]: allowing 'method' save
info: access[/certificate_request]: allowing * access
info: access[/]: adding authentication any
info: mount[files]: allowing 10.0.1.50 access
info: mount[files]: allowing 10.0.1.0/16 access
info: mount[files]: allowing 127.0.0.1 access
debug: Finishing transaction -613738828 with 0 changes
notice: Migrating
info: Expiring the node cache of puppetmaster.riseup.net
notice: Migrating
info: Not using expired node for puppetmaster.riseup.net from cache; expired at
Tue Nov 24 09:55:35 -0800 2009
debug: Using cached facts for puppetmaster.riseup.net
info: Caching node for puppetmaster.riseup.net
notice: Migrating
debug: importing '/etc/puppet/manifests/common.pp'
debug: importing '/etc/puppet/manifests/modules.pp'
debug: importing '/etc/puppet/modules/common/manifests/init.pp'
debug: importing
'/etc/puppet/modules/common/manifests/defines/concatenated_file.pp'
debug: Adding code to main on line 118 in file
/etc/puppet/modules/common/manifests/defines/concatenated_file.pp
debug: importing '/etc/puppet/modules/common/manifests/defines/config_file.pp'
debug: importing
'/etc/puppet/modules/common/manifests/defines/append_if_no_such_line.pp'
debug: importing '/etc/puppet/modules/common/manifests/defines/line.pp'
debug: importing '/etc/puppet/modules/common/manifests/defines/module_file.pp'
debug: importing '/etc/puppet/modules/common/manifests/defines/replace.pp'
debug: importing '/etc/puppet/modules/common/manifests/defines/module_dir.pp'
debug: Adding code to main on line 43 in file
/etc/puppet/modules/common/manifests/defines/module_dir.pp
debug: importing '/etc/puppet/modules/common/manifests/classes/lsb_release.pp'
debug: Adding code to main on line 1248 in file /etc/puppet/manifests/site.pp
debug: File[/var/local]: Adding default for ignore
debug: File[/var/local/puppet]: Adding default for ignore
debug: File[/var/local/puppet/munin-nodes]: Adding default for ignore
debug: File[/usr/local/share/munin-plugins]: Adding default for ignore
debug: File[/var/local/puppet/splice]: Adding default for ignore
debug: Exec[true # assert_lsbdistcodename]: Adding default for path
debug: Exec[true # require_lsbdistcodename]: Adding default for path
debug: File[/srv/gitosis/repositories/dotfiles.git/config]: Adding default for
ignore
notice: Compiled catalog for puppetmaster.riseup.net in 26.10 seconds
info: Caching catalog for puppetmaster.riseup.net
debug: Searched for resources in 0.03 seconds
debug: Searched for resource params and tags in 0.03 seconds
debug: Resource removal in 0.01 seconds
debug: Resource merger in 0.47 seconds
debug: Resource addition in 0.00 seconds
debug: Performed resource comparison in 0.56 seconds
debug: Saved catalog to database in 0.64 seconds
info: Could not find filesystem info for file 'modules/common/module_dir' in
environment production
info: Could not find filesystem info for file 'modules/common/cf/module_dir' in
environment production
info: Could not find filesystem info for file 'modules/virtual/module_dir' in
environment production
info: Could not find filesystem info for file
'modules/virtual/contexts/module_dir' in environment production
info: Could not find filesystem info for file 'modules/shorewall/module_dir' in
environment production
info: Could not find filesystem info for file 'modules/nagios/module_dir' in
environment production
info: Could not find filesystem info for file 'modules/munin/module_dir' in
environment production
info: Could not find filesystem info for file 'modules/munin/nodes/module_dir'
in environment production
info: Could not find filesystem info for file
'modules/munin/plugins/module_dir' in environment production
</pre>
--
You have received this notification because you have either subscribed to it,
or are involved in it.
To change your notification preferences, please click here:
http://reductivelabs.com/redmine/my/account
--
You received this message because you are subscribed to the Google Groups
"Puppet Bugs" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/puppet-bugs?hl=en.