Kunalsing Thakur

Results 101 comments of Kunalsing Thakur

https://github.com/mattbucci/apache-php-with-extensions-for-laravel/pull/8

tested on centos8 ``` update-crypto-policies --set LEGACY ``` and then check

https://github.com/mattbucci/apache-php-with-extensions-for-laravel/pull/8

ansible-jenkins/tasks/configure-jenkins.yml - name: setting up user for jenkins home directory lineinfile: path: /etc/sysconfig/jenkins regexp: '^JENKINS_USER=' line: 'JENKINS_USER="{{ jenkins_config_owner }}"' - name: changing ownership of jenkins home directory file: path: "{{...

need to add here in System->package_rpm.go p.loaded = true cmd := util.NewCommand("rpm", "-q", "--nosignature", "--nohdrchk", "--nodigest", "--qf", "%{VERSION}\n", p.name) if err := cmd.Run(); err != nil { return } p.installed...

When i am cheking on puppet side. its looks its using different syntax which is matching for all type of rpm. /bin/rpm -q rpmname --nosignature --nodigest --qf '%{NAME} %|EPOCH?{%{EPOCH}}:{0}| %{VERSION}...

so can't we use generic iscsi luns to target instance. Like a way we can do it for nfs. if we have nfs we can register and mount it for...

can you point me to that pls. for nomad example. i am trying to see if things work fine with nomad ecosystem

give me some time and I will try to create a scenario and see if that works. as per your example. Don't we need a controller and node. nomad file...

``` job "storage-node" { datacenters = ["dc1"] type = "system" group "node" { task "node" { driver = "docker" config { image = "democraticcsi/democratic-csi:latest" args = [ "--csi-version=1.2.0", "--csi-name=org.democratic-csi.iscsi", "--driver-config-file=${NOMAD_TASK_DIR}/driver-config-file.yaml",...