From f00d32c463c0ca35a426c5a56c27d1f430ddf1af Mon Sep 17 00:00:00 2001 From: Monocots Date: Thu, 27 Jun 2019 18:34:35 +0000 Subject: [PATCH] Update README: mention ignoreschedules --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 17b10c9..8bdefa8 100644 --- a/README.md +++ b/README.md @@ -64,13 +64,15 @@ rm libssl1.0.0-dbg_1.0.1t-1+deb8u11_amd64.deb ``` Now we can install :-) +We use ignoreschedules here to make sure that everything happens on these +initial runs, you should not need it afterwards. -`root@host:~# puppet agent --test` +`root@host:~# puppet agent --test --ignoreschedules` This may take a while, it has to fetch all the packages and install them, Some package installations will fail, so when it is finished you need to do it once more: -`root@host:~# puppet agent --test` +`root@host:~# puppet agent --test --ignoreschedules` Done! Now you can run the final RCCN setup step, but before you do this, take a quick look at CAVEATS below.: