Is your Puppet client's hostname puppet-slave?
On Sep 24, 2011 10:16 AM, "mlove" <mikelove...@gmail.com> wrote:
> Hi all,
>
> I am trying to get a simple example going with one master and one
> puppet. I am on Debian and used apt-get install puppetmaster for the
> master and apt-get install puppet for the puppet. I was able to get
> the cert signed and imported to the master from the puppet. Now I am
> just trying to get a basic example like putting a fil in the /tmp
> directory on the puppet. I put the following in nodes.pp in /etc/
> puppet/manifests/
>
> node basenode {
> }
> node 'puppet-slave' inherits basenode {
> file {'testfile':
> path => '/tmp/testfile',
> ensure => present,
> mode => 0640,
> content => "I'm a test file.",
> }
> }
>
> I run puppet agent --onetime on the puppet but when I check /tmp the
> file testfile is not there. Any suggestions?
>
> --
> 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+unsubscr...@googlegroups.com.
> For more options, visit this group at
http://groups.google.com/group/puppet-users?hl=en.
>

-- 
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+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/puppet-users?hl=en.

Reply via email to