Update puppet class from Client

Hi all,

This is more a satellite 6 question

Is it possible to add / assign a puppet client to a class on the master from the client ? This is for automation and I can't get it to work.

On an existing client used as a web server I found the following content in

cat /var/lib/puppet/state/resources.txt

package[httpd]
service[httpd]
file[/etc/httpd/conf.d/aaa-default.conf]
file[/var/www/html/index.html]
file[/etc/httpd/conf.d/welcome.conf]

cat /var/lib/puppet/classes.txt

httpd
settings
httpd

If I add the same content on the client I'd like to be in the same class and rerun

puppet agent -t

these files are getting overwritten and no httpd rpm will get installed.

Is there a sollution to this or is it even possible with hammer from the client site ?

I already logged a support call with redhat but didn't get an answer yet ?????

Thanks for any help