com.atlassian.confluence.content.render.xhtml.migration.exceptions.UnknownMacroMigrationException: The macro 'next_previous_link3' is unknown.
Configuring a Base Image
Follow the steps given below to configure a base Image:
Start up a virtual machine (VM) instance using a preferred OS, on a preferred IaaS.
Install the Puppet agent.
Open the
puppet
file, which is in the<PUPPET_AGENT>/etc/default
directory and configure it as follows:START=yes
Add the following to the
puppet.conf
file, which is in the<PUPPET_AGENT>
/etc/puppet
directory:[main] server=puppet.ppaas.org
Stop the puppet instance or instances that are running.
cd /etc/init.d/puppet stop
Copy the
init.sh
script into the<PUPPET_AGENT>/root/bin
directory.Update the
/etc/rc.local
file./root/bin/init.sh > /tmp/puppet_log exit 0
Execute the following commands:
rm -rf /var/lib/puppet/ssl/* rm -rf /tmp/*
com.atlassian.confluence.content.render.xhtml.migration.exceptions.UnknownMacroMigrationException: The macro 'next_previous_links2' is unknown.