Hi ,
I want to use  PE 2.0 compliance feature , however i am not seeing any
data on puppet-dashboard on compliance tab , it says no baseline set ,
reviewed NA etc.....
I have written audit manifests
class foo {
      file {''/etc/resolv.conf'':
        audit => all,
           }
      file {''/etc/services'':
        audit => all,
           }
}
and assinged them to nodes .
i am executing "puppet inspect" to sent reports to master ,
puppet.conf has "report = true" set.
But if i make changes
#puppet agent --test
info: Retrieving plugin
info: Loading facts in facter_dot_d
info: Loading facts in facter_dot_d
info: Loading facts in facter_dot_d
info: Loading facts in facter_dot_d
info: Caching catalog for puppetm.itmfvs.com
info: Applying configuration version ''1329368439''
notice: /Stage[main]/Foo/File[/etc/services]/content: audit change:
previously recorded value {md5}b6a26fbe90d859f7c8600d5941262921 has
been changed to {md5}820402d1cddc0ef13906d176f5ebeff7
notice: /Stage[main]/Foo/File[/etc/services]/ctime: audit change:
previously recorded value Thu Feb 16 09:43:58 +0530 2012 has been
changed to Thu Feb 16 10:30:29 +0530 2012
notice: /Stage[main]/Foo/File[/etc/services]/mtime: audit change:
previously recorded value Thu Feb 16 09:43:58 +0530 2012 has been
changed to Thu Feb 16 10:30:29 +0530 2012
notice: Finished catalog run in 1.39 seconds
Please guide , how can i get compliance configured in PE 2.0
Thanks,
--Bikash
-- 
You received this message because you are subscribed to the Google Groups
"Puppet Users" group.
To post to this group, send email to puppet-users@googlegroups.com.
To unsubscribe from this group, send email to
puppet-users+unsubscribe@googlegroups.com.
For more options, visit this group at
http://groups.google.com/group/puppet-users?hl=en.