Michael,
Thanks for the response! Thats awesome! I updated vcsrepo, and got it
doing essentially what I expected, puppet did complain a bit that it
didn't know the state of the resource if the directory didn't exist,
so I had puppet create the directory before running vcsrepo
file { "/path/to
Bort
On Jul 14, 11:03 pm, bmort wrote:
> Micheal,
>
> What directory and what file name did you put your test mainifest in?
>
The I have puppet-vcsrepo (which is simply a git clone from the repo)
in my $$modulepath.
Then in my test env I have that test manifest below in site.pp. This
test env is
never mind… haven't had coffee yet.
On Jul 14, 9:11 am, nate wrote:
> at the risk of sounding dense here, is it updating because the result
> of /bin/date is always going to be unique? maybe you can trigger it
> some other way, like with a comparison.
>
> On Jul 13, 2:12 am, Michael Knox wrote:
at the risk of sounding dense here, is it updating because the result
of /bin/date is always going to be unique? maybe you can trigger it
some other way, like with a comparison.
On Jul 13, 2:12 am, Michael Knox wrote:
> Hi all,
> We have some data in SVN repos and I'd like puppet to ensure that a
Micheal,
What directory and what file name did you put your test mainifest in?
On Jul 13, 2:12 am, Michael Knox wrote:
> Hi all,
> We have some data in SVN repos and I'd like puppet to ensure that a) the
> latest copy is checked out, and b) reload a service if it is updated.
> So I've configur