среда, 13 декабря 2017 г., 21:30:56 UTC+3 пользователь Martin Alfke написал: > > > > On 13 Dec 2017, at 18:40, [email protected] <javascript:> wrote: > > > > > > Many changes. Is this initial Puppet run or is this standard that you > have 1043 changes on every Puppet run? > > This is the initial run. Installing a new server. > > OK. > > > > File: 4466.81 > > > > Which Puppetserver version are you running? > > > > # puppetserver -v > > puppetserver version: 2.7.2 > > > > What are you doing with file resources? > > Create files from templates or simply upload to node. > > You are managing lots of files on your agent. > How many are managed? > grep file /opt/puppetlabs/puppet/cache/state/resources.txt | wc -l > > grep -c file /opt/puppetlabs/puppet/cache/state/resources.txt 223
Example: a standard Puppet Enterprise Master has ~300 files managed. > > Do you manage directories using recursive => true? > No, we do not use it at all. This is something you should not do. In this case you should create > packages (see https://github.com/jordansissel/fpm/wiki) > > Are most files templates (using content => epp(…)) or static files (using > source => ‘puppet:///…’)? > > 30% templates\70% static. Is it possible to determine what file resources require a lot of time? On the machine where we run agent 32 core and 24GB of memory. Thanks for your help! -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/puppet-users/984b4b9c-9e2d-4603-9789-67cc7b85e968%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
