> On 13 Dec 2017, at 18:40, [email protected] 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

Example: a standard Puppet Enterprise Master has ~300 files managed.

Do you manage directories using recursive => true?
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:///…’)?

-- 
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/A9BA6A20-6CD8-4503-BC68-2755B895B3E9%40gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to